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.

30th Jun 2017, 6:10 PM
Felix Felix
Felix Felix - avatar
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.
30th Jun 2017, 9:44 PM
Karl T.
Karl T. - avatar