Truly understanding C++11 and C++14 requires more than just familiarizing yourself with auto type declarations, move semantics, lambda expressions, concurrency support, etc. You also need to learn how to use those features effectively so that your software is correct, efficient, maintainable, and portable. That’s where this seminar comes in. It describes how to write truly great software using C++11 and C++14, i.e. using modern C++.
This course is based on Scott Meyers’ best-selling Effective Modern C++ book.