0
How can we create graphics in c++??
2 odpowiedzi
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