A Whirlwind Overview of C++11
Offered By: CppNow via YouTube
Course Description
Overview
Embark on a comprehensive journey through C++11's key features in this conference talk from CppNow 2012. Explore the language's evolution with a focus on increased code clarity, improved performance, and multithreading support. Discover how lambdas, uniform initialization, and auto enhance code readability. Delve into rvalue references and move constructors for optimized performance. Gain insights into concurrency and atomic types for effective multithreading. Examine miscellaneous convenience features and new standard library components, including smart pointers and updated STL containers. This whirlwind tour provides a solid foundation for understanding and leveraging the significant advancements introduced in C++11.
Syllabus
Leor Zolman: A Whirlwind Overview of C++11
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