Explore the less-discussed but valuable C++11 changes in this conference talk from C++Now 2013. Delve into the nuances of brace initialization (also known as uniform initialization), unions, and enums. Aimed at beginner to intermediate C++ practitioners, gain insights into these subtle yet impactful language features that complement the more prominent C++11 additions like lambdas and move constructors. Learn how these seemingly small changes can significantly impact your code and enhance your C++ programming skills.
Overview
Syllabus
Sweating the Small Stuff: Brace Initialization, Unions and Enums - Scott Schurr [ C++Now 2013 ]
Taught by
CppNow