On 17 Apr 2007 03:33:44 -0700, Manivannan Muthaiyan <[EMAIL PROTECTED]> wrote: > Hi Friends, > I am mani doing B.E........ > Can anybody tell me,how to do graphics in c\c++.
There is no such thing as graphics in standard C++. You either need to use platform-specific API's (like GDI in Windows), or cross-platform libraries (SDL, QT, etc.) to do it. We might be able to make better recommendations if you specify which operating system and compiler are you using. -- Tamas Marki
