use graphics library in c linux.

like what we have graphics.h in turbo c which works well on windows , do we have anything like that in linux.(i suppose ncurses may be one) :eek:

You can try the QT libraries available on linux.

Vino

vino but what are ncurses

ncurses is, somehow, like conio.h in ms-dos only that it's much more complex. It is very usefull make menues and this stuffs in text mode. If you want to make GUI for your programs use qt or gtk :wink:
I started learning gtk and I can say that it's not so dificult...

hello..

where can i find how to use gkt..

http://www.gtk.org/tutorial/ for GTK 2.0
http://www.gtk.org/tutorial1.2/ for GTK 1.2

You can get the same tutorials in pdf format, but I don't remember where I saw that... :confused:

thank you for qt .

maybe OpenGL ?