0
How can I implement graphics code in C++ and what's the suitable IDE for that ??
Hi guys I have some programs related with the library "graphics" but when I come to run the program I get this error message "graphics.h is not supported under Windows" I had tried many free IDEs like Borland turbo C , Codeblock , Netbeans and Dev-C but it doesn't work , please tell me what to do !!! . and thanks in advance ! .
2 Answers
+ 1
The choice of IDE has nothing to do with that. Just use another library.
+ 1
graphics.h is rather obsolete.
Look up SDL or SFML and learn those. Great libraries for graphics.