How use graphic in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

How use graphic in c++?

first of all include graphics file.

4th Apr 2017, 9:10 AM
yash
yash - avatar
4 Answers
+ 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.
13th Apr 2017, 5:26 AM
SoraKatadzuma
SoraKatadzuma - avatar
+ 1
we can also save cpp extinction
4th Apr 2017, 1:30 PM
yash
yash - avatar
0
graphics library file provided graphics function
4th Apr 2017, 10:25 AM
yash
yash - avatar