"rohitkhare2" <[EMAIL PROTECTED]> writes: > i m new to programmers-town.i m working in unix > platform.how we write a c graphices program in unix os.pls help
You cannot access the hardware directly on UNIX as you do in M$DOS., unless you are writing some kernel module. UNIXes usually allow graphics via a server called the X-windows system. So you'll have to connect to that server and ask to draw pixels and lines for you. However that could be a tedious job. You have higher level libraries which let you do the same in a easier way. The Xlib, GDK+, QT., etc.. -- A proud GNU user http://www.joesteeve.tk/ | http://gnukid.shyper.com/
pgpu6Xb3UEmOG.pgp
Description: PGP signature
