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
2 Réponses
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.
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