Is C++ used to make video games? What types of video games can i make with c++ if yes. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Is C++ used to make video games? What types of video games can i make with c++ if yes.

i want to learn how to program video games. i know its a hard task to do and might take days or months. I just want to stay in the right direction so im asking what could be used.

12th Apr 2017, 9:34 PM
drxgium
drxgium - avatar
3 Answers
0
C++ is what you want. all the major studios use it. Check unreal engine. it is free and uses c++
12th Apr 2017, 9:44 PM
LordHill
LordHill - avatar
0
there are a lot of game engines with c++, SDL is a graphic library you can try to learn about and then make your own game engine with it. you can see complete tutorials about SDL here: http://lazyfoo.net
12th Apr 2017, 9:58 PM
Mohammad Ganji
Mohammad Ganji - avatar
0
Imo you shouldnt use Unreal unless you want to make profit of its shaders and some other graphics related things. Also the engine is massive and maybe a little overwhelming if you just get started with games. If you just want to try things out and create a simple game, go for SDL really. If you create your own engine you will understand step by step what it takes to create a game.
12th Apr 2017, 11:30 PM
pascaldos