Part 1:Under the Hood of C++ Programming
In this part, you will learn the details of C++ program compilation, linking, and dive into the details of OOP, templates and memory management.
This part has the following chapters:
- Chapter 1, Building C++ Applications
- Chapter 2, Beyond Object-Oriented Programming
- Chapter 3, Understanding and Designing Templates
- Chapter 4, Template Meta Programming
- Chapter 5, Memory Management and Smart Pointers