What do you know about Graphics in c++? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What do you know about Graphics in c++?

#Drowing

15th Apr 2017, 7:30 AM
Abdallah Gaddora
Abdallah Gaddora - avatar
2 Answers
+ 12
Some operating systems like Windows have some built in functions like with windows.h, which uses functions that Windows also uses to draw on the screen, but this is very hard to use and if you want to draw graphics for things like games in c++ you probably want to download a library for that like OpenGL for 3D and SFML for 2D.
15th Apr 2017, 9:22 PM
ChessMaster
ChessMaster - avatar
+ 1
thanks 4 bro
16th Apr 2017, 8:28 AM
Abdallah Gaddora
Abdallah Gaddora - avatar