+ 2
Who know how to do games on C++?
Please, help me!
2 Answers
+ 5
Firstly, learn C++ properly by learning from here and then from books etc. and practicing programming problems.
Then learn game development by youtube videos or pdf books for a particular game engine like Cryengine, box2D, SDL etc.
You also have to learn using game engines and visual studio.
You can also build a game engine of your own but its quite complex.
Most of the programmers don't prefer c++, but prefer c# with .net, using unity as game engine which is more easier and rapidly gaining popularity.
+ 2
thanksđ. Good luck!