Alignment in C++ - Use, Limitations, and Extension
Offered By: CppNow via YouTube
Course Description
Overview
Explore alignment in C++ through this 43-minute CppNow conference talk. Delve into the changes introduced by C++11 and learn how to effectively utilize them. Examine the limitations of these changes and consider a proposed solution that adds alignment to the type system. Discover the potential benefits to type safety and run-time performance as the speaker discusses extending alignment capabilities in C++.
Syllabus
Michael Spencer: Alignment in C++: Use, Limitations, and Extension
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