+ 1
How use graphic in c++?
first of all include graphics file.
4 Réponses
+ 8
graphics.h is not a Standard library and is not recommended. Use windows.h or which ever os your working with, they should have there own graphics library (windows.h obviously does) and you can use this for all GUI and regular UI stuff for a window. Otherwise you'll have to learn to interface with the CPU or GPU and hard code your own graphics library.
+ 1
we can also save cpp extinction
0
graphics library file provided graphics function