Course: https://learninglineapp.com/c/30 This video introduces our online course C++11 core language enhancements.
Course Summary
The C++11 standard added many new features to the language and the standard library. Some help the compiler find bugs in your code, others alleviate traditional performance bottlenecks, and a few are simply there for added programmer convenience.
This class will cover the core language enhancements and some of the most popular library additions.
Course Objectives
After completing this course, you should be proficient in the following:
Make code more concise with auto, delegating constructors, and enum classes
Implement move constructor and move assignment
Write predicates, algorithm operations, and callbacks with lambdas
Avoid resource leaks with standard smart pointers