How should I start learning C++ for game development?
-
How should I start learning C++ for game development?
I started with unity 2 years ago, and as I can see in game dev C++ is kinda next level in game programming. It is widely used in UE4 and in writing game engines. So where should i start to learn if I have some knowledge of programming and very little of C++. Should I take a tut of creating game engine, or maybe start with UE4? Thank you for your answers. I really appreciate it.
-
@MagicHand sagte in How should I start learning C++ for game development?:
Should I take a tut of creating game engine, or maybe start with UE4?
That depends. Do you have masochistic tendencies? If so, jump right in.
If not:
"The C++ Programming Language, Fourth Edition" by Bjarne Stroustrup to help you get started with C++11.
Then maybe one of those to familiarize you with C++17: Books on C++17 | C++ Team Blog
-