0
Advice for c++ beginners
Hello all, I just started to learn cpp after i learned a bit of vbasic in my youth. Now I was wondering if anyone has some good advice or tips for me and others just starting.
1 Answer
+ 6
Start with simple basic things, like variable types, arrays, functions, loops, conditions etc. When you've mastered that then go into structs and classes and try to make a simple example model of a real world blueprint with classes. After that you can learn more about OO concepts like encapsulation, inheritance, polymorphism etc.