> How do we do graphics programing in Linux/Unix using
> pure C/C++.What header files(graphics.h in dos) should
> we use in this?

WEll the header file is curses.h and to compile you have to do a 
gcc -lcurses code.c

Basically curses is a lot different in functionality than graphics.h, I am not
sure if there exits an exact equivalent to graphics.h
(Linux gurus please correct me)

Thanks
Sukrit

----------------------------------------------
The mailing list archives are available at
http://lists.linux-india.org/cgi-bin/wilma/LIH

Reply via email to