From C to C++
- slide 3 : 29
Overview of Advanced Programming - Part Two
The last six lectures cover technical and advanced details of C++
Template programming and BOOST
Explicit/implit casts
Exceptions and memory management
Memory management and inheritance
Concurrency
C++11
Part two is based on the books
Effective C++
and
More Effective C++
by Scott Meyers