On Sat 2008-11-15 06:51:39 UTC-0000, deepakrbharadwaj ([EMAIL PROTECTED]) wrote:
> wat compilers do u guys use for graphics programming..i'm having some > problems with turbo c complier... For Windows, any modern compiler that supports the Win32 API will let you do graphics programming without much trouble. eg. Microsoft Visual C++, MingW, Open Watcom, Digital Mars, lcc-win32... and more. Turbo C is about 20 years old. It is obsolete and does not support the Win32 API.
