What is part of c++ in making a game | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is part of c++ in making a game

I am learning c++ and I want to make my own game and please tell me what c++ do in making game

18th Dec 2016, 1:34 PM
Ahmed Ibrahim
Ahmed Ibrahim - avatar
2 Answers
0
First, keep learning, before thinking about doing a game. If you don't understand how programming languages work, then you won't understand how a game works.
18th Dec 2016, 1:40 PM
Sheemin
Sheemin - avatar
0
Hey Ahmed , C++ is powerful language to build games .. there are few Library functions where you can use 1.SDL (simple Direct Media Layer ) SDL library designed to provide low level access to audio , graphics , mouse , joystick 2. Box2D its a great physical library 3. SFML of 2D 4. Parasoft c++ 5.STRiDE 6.TDOG SDL is recommend as beginner , also don't dig too much SDL is huge library .. start from basic . Hope I answered ur question
18th Dec 2016, 2:09 PM
Mock
Mock - avatar