- Recursion
- Qt?
- Ch 4: Common Features
File IO (fstream
)try
block and exception handling?
operatorCasting and Implicit conversionsMulti-file projects, split into.h
and.cc
- Build systems
CMake- Bazel
- Continuous Integration tools?
- Ch 5: Advanced Concepts (multi-part?)
explicit
functionsinline
functionsvolatile
objects- Operator overloading
- Value categories
- Iterators
- Project: Iterator linked list
- More on threading
mutex
shared_ptr