You probably have been using TurboC++ in Dos/windows. 
Equivalent graphics libraries are provided on Unix/Linux platform by the use of 
the "curses" library. To learn more about the curses (ncurses in GNU/Linux) do:
               man ncurses
to link you app to the ncurses lib, all the -lcurses flag to gcc.
eg : gcc -lcurses example.c

High end graphics (VC++ sytle but more advanced ;-)) is provided by GTK for 
GNOME, QT for KDE and Xmotif (propreitary :-(  ) or OpenMotif (free) libraries.
                -santanu
_________________________________________________________________
Powered by http://www.emailpinoy.com - Your 1 GB mailbox is waiting!
If this e-mail is a spam report it to us and we will delete this user's account 
ASP.

--
To unsubscribe, send mail to [EMAIL PROTECTED] with the body
"unsubscribe ilug-cal" and an empty subject line.
FAQ: http://www.ilug-cal.org/node.php?id=3

Reply via email to