+ 2
What strategy to follow in order to master c++?
3 Answers
+ 18
Learn and practice: do exercises from simple to complex, take part in challenges (in Q&A and in Challenges section).
https://w3resource.com/cpp-exercises/basic/index.php
+ 4
First off you will never "Master" a language because they are always updated. possibly the foundations of the language. You will constantly learn new things and ways the use this language.
Continue to write programs get an error Google it and see how others solved the problem. these days you have so many resources so there is no need to master a language .
Goodluck.
+ 3
learn C first, then c++11, then c++14, then c++17 and then its already a few years later...