Overview

Teaching: 2 min
Exercises: min
Questions
  • 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.

Further topics on templates

See this cplusplus.com page on templates.

Further fairly important topics in C/C++

Some less important but possibly interesting topics

Some seriously advanced stuff

Key Points