Before you dive into game programming, you should learn the basics of C++ first.
Get familiar with the language first then learn about datastructures (very important).
There's a lot of tutorials on the Internet to get started with C++.
Here is a good one.
The best way to understand and learn C++ is to actually write code yourself.
Follow tutorials and try to make a few adjustments to the samples you get.
Do not copy paste code, write them yourself instead.
And last but not least: do not give up.
Get familiar with the language first then learn about datastructures (very important).
There's a lot of tutorials on the Internet to get started with C++.
Here is a good one.
The best way to understand and learn C++ is to actually write code yourself.
Follow tutorials and try to make a few adjustments to the samples you get.
Do not copy paste code, write them yourself instead.
And last but not least: do not give up.
