C++ Graphics | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C++ Graphics

How can i draw things in c++(like the do in js) or how may i achieve graphics ?

17th Oct 2019, 3:48 PM
Love Love
Love Love - avatar
3 Answers
+ 2
have you check Google or YouTube on this and see what others use, if you do that you will find easy illustrations and tutorials to go about it, all it will take you is an hour or more of search and in the process you will also learn something new which is the skill of Googling
17th Oct 2019, 6:34 PM
✳AsterisK✳
✳AsterisK✳ - avatar
+ 7
Use the graphic.h library. You can't compile it in sololearn playground though
29th Nov 2019, 12:38 PM
MCGAmedCoder gamerArtist
MCGAmedCoder gamerArtist - avatar
0
There are libraries like SFML(2D only), OpenGL(2D and 3D), DirectX(2D and 3D), etc. U can find tutorials on YouTube and Google on these
8th Sep 2020, 10:52 AM
Soham More
Soham More - avatar