How can I implement graphics code in C++ and what's the suitable IDE for that ?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 ! .

9th Sep 2016, 2:46 PM
fadil ahmed
fadil ahmed - avatar
2 Answers
+ 1
The choice of IDE has nothing to do with that. Just use another library.
9th Sep 2016, 2:56 PM
Zen
Zen - avatar
+ 1
graphics.h is rather obsolete. Look up SDL or SFML and learn those. Great libraries for graphics.
9th Sep 2016, 3:08 PM
Cohen Creber
Cohen Creber - avatar