How can we create graphics in c++?? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can we create graphics in c++??

17th Jan 2018, 2:25 PM
Kiran
Kiran - avatar
1 Answer
0
you can't in sololearn. if you want to create cross platform graphics at PC, check out SFML / SDL for 2 dimensions and tools, and OpenGL / Vulkan for 3 dimensions notice that these two are Very low level API's and you should start first with the 2 dimensions libraries and learn to use 3d programs
17th Jan 2018, 6:55 PM
Cain Eviatar
Cain Eviatar - avatar