Sweating the Small Stuff - Brace Initialization, Unions and Enums
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Sweating the Small Stuff: Brace Initialization, Unions and Enums - Scott Schurr [ C++Now 2013 ]
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube