+ 1
C++ Graphics
How can i draw things in c++(like the do in js) or how may i achieve graphics ?
4 Respostas
+ 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
+ 7
Use the graphic.h library. You can't compile it in sololearn playground though
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