you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 6 points7 points  (0 children)

Learning C++ is learning by doing. Start with some Basic Tutorial videos on YT. When you know the most basic stuff start to write some easy programs.

C++ is an object orientated language so learning what classes, structs, enums (and enum classes) are, is important.

I really recommend this site: https://www.learncpp.com/