0

i have a question about c++

i am learning C++ for using it at game developing. does anyone know what is next after becoming good at c++ to be a good game programmer with it? i hope someone answers me thanks

12th Dec 2017, 6:43 PM
Kareem Omara
Kareem Omara - avatar
4 Answers
+ 1
Guys please, think before you post an answer. Op asks for game development in C++ and you point him to entirely different languages? @Kareem Omara I don't know how much C++ you know, but you need a solid understanding of C++ and its pitfalls before you dive into game development. Of course you could make simple console games like tic tac toe with minimal C++ skills. But for alot of 2D games you need a solid understanding of stuff like pointers, classes, templates, inheritance, polymorphism and the stl library, sololearn teaches some of these stuff, but for stuff like the stl library you would have to do your own research. And even more stuff when we talk about 3D games. Assuming you know your C++, I can recommend SFML to start out with for 2D games. https://www.sfml-dev.org/ If you want 3D games, unreal engine is the place to be: https://www.unrealengine.com/en-US/what-is-unreal-engine-4 Also I recommend that you bookmark this site and learn these patterns once you're ready for them: http://gameprogrammingpatterns.com/contents.html If you have more questions ask away :)
12th Dec 2017, 8:26 PM
Dennis
Dennis - avatar
+ 9
C# would be a good option, or learn how to use Unity. You can't learn how to use Unity on Sololearn though.
12th Dec 2017, 7:05 PM
Learnsolo
0
What! i don't understand do you know what i mean? game programming with C++ not java or paython
12th Dec 2017, 6:47 PM
Kareem Omara
Kareem Omara - avatar
0
Woo.that's what i was looking for thanks alot
12th Dec 2017, 8:28 PM
Kareem Omara
Kareem Omara - avatar