0
how to generate graphics in cpp without using libraries. or using pure c++
3 Respostas
+ 1
I don't know about 2d graphics but if you ever wish to learn how to code 3d graphics game engine from scratch check out this guy channel
https://youtu.be/ih20l3pJoeU
(and just saying I haven't watch even the first part ,hope it helps you tho)
+ 3
you can't really generate graphics in C++ as there is no official library for it. you purely need to use 3rd party libraries to achieve it.
but you actually need to learn the basics of C++ to use those libraries more efficiently.
0
noice