C++ video game question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

C++ video game question

I plan on making games with C++ (if possible). The one thing I am stumped on is how to make graphics and getting out of the console. I want to know if I have to download something special or if I have to combine a couple languages together to get the desired result. If you could give me any information on the subject of graphic and animation in C++ I would greatly appreciate it

30th May 2018, 1:02 PM
Bradley
1 Answer
+ 2
You have to download third party libraries for graphics yes. Possible libraries could be SDL or I think cairo among many many others. The UE4 game engine is nice too.
30th May 2018, 1:07 PM
Maxwell Anderson
Maxwell Anderson - avatar