March 29, 2024, 07:46:05 AM

News : LinuxSolved.com Linux Help Community Forum..


Author Topic: Using GRAPHICS in C/C++ under LINUX PLATFORM  (Read 5322 times)

Offline gauravbajaj

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 658
Using GRAPHICS in C/C++ under LINUX PLATFORM
« 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

Offline dragoncity99

  • LST CareTaker
  • Experienced
  • *****
  • Posts: 551
Using GRAPHICS in C/C++ under LINUX PLATFORM
« Reply #1 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.