Lecture overview -- Keyboard shortcut: 'u'  Previous page: Overview of Advanced Programming - Part One -- Keyboard shortcut: 'p'  Next page: Recommended use of your time -- Keyboard shortcut: 'n'  Lecture notes - all slides and notes together  slide -- Keyboard shortcut: 't'  Help page about these notes  Alphabetic index  Course home  Lecture 1 - Page 3 : 29
Notes about C++
From C to C++
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