+ 2
How we installed graphics.h in TurboC++ and decC++
graphics.h is a header file for graphics design how can we installed and configure it on our IDE
1 Réponse
+ 6
It is pre installed in Turbo c++
But you really shouldn't learn and use graphics.h in C++ because it is extremely outdated.
You should try OpenGl, Qt, SFML or WxWidgets.