Linux Forums - Linux Help,Advice & support community:LinuxSolved.com

Linux in General => Linux Development & Programming => Topic started by: gauravbajaj on April 20, 2005, 11:02:33 AM

Title: Using GRAPHICS in C/C++ under LINUX PLATFORM
Post by: gauravbajaj on April 20, 2005, 11:02:33 AM
Hi Grp....
Can anyone tell about how to use Graphics in C/C++ in Linux Platform.... like in Windowz we use header file "graphics.h" but is it not in Linux ...............

I m using RED HAT LINUX 9.0 & using gcc ( for C ) & g++( for C++ ).........Plzz tell me if anyone knows how to use GRAPHICS IN C/C++ in  LINUX..............
if anyone knows  it then plzzz make a small program how to use in C/C++ in LINUX......
or give me the link for it....


THX
Gaurav
Title: Using GRAPHICS in C/C++ under LINUX PLATFORM
Post by: dragoncity99 on May 03, 2005, 03:35:14 PM
Well, it's too limiting if u use graphics.h

For me, to do GUI/Graphics programming, I will use:

QT
http://www.trolltech.com

or

WxWindows
http://www.wxwindows.org

However, there are many many more GUI librarys for u to use.