Beyond C++17
Offered By: CppNow via YouTube
Course Description
Overview
Explore the future of C++ in this comprehensive conference talk from C++Now 2018. Delve into features already voted into the C++20 Standard Draft and examine promising proposals likely to be included. Learn about key advancements such as Concepts, Span, Consistent Comparison, and Building types. Discover improvements in Buffered streams, Atomics, and Empty Base Optimization (EBO). Understand new attributes like "likely" and "unlikely," and examine changes to if statements, unions, and bit fields. Gain insights into enhancements for string manipulation, loops, and heterogeneous lookups. Led by Mateusz Pusz, an experienced software architect and active member of the ISO C++ Committee, this talk provides a thorough overview of C++20's potential and its impact on modern C++ development.
Syllabus
Intro
Concepts
Span
Consistent Comparison
Building types
Buffered streams
Atomics
EBO
No Unique Address
Likely and unlikely attributes
If statement
Information
Unions
Bit Fields
For Loop
String
RemoveSevereF
No discard attribute
Address
Processor
Heterogeneous lookup
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