Overview
Teaching: 2 min
Exercises: minQuestions
What else should I learn?
Where can I learn it?
Objectives
Know some other important, and less important components of C++ you might like to learn.
Know some good resources you can use learn more about C++.
The topics in C and C++ are vast, I have only covered the core concepts and have left out many newer features added to the language.
See this cplusplus.com page on templates.
auto
keywordKey Points