Modern C++ Lectures
-
1. Basics
2. Static typing
3. Program structure
4. The preprocessor
5. Expressions
6. Statements
7. Scope
8. Life
9. Common errors regarding scope and life
10. Declarations
11. Functions
12. Parameters of main
13. Classes
14. Operators
15. POD and non-POD
16. Templates
17. The Standard Template Library
18. STL reference
19. STL example
20. Inheritance and polymorphisme