What is an ABI and Why is Breaking it a Problem?
Offered By: CppNow via YouTube
Course Description
Overview
Explore the concept of Application Binary Interface (ABI) and its significance in C++ programming in this comprehensive conference talk from CppNow 2021. Delve into the definition of ABI, understand the "one definition rule," and examine real-world examples of ABI-breaking changes. Learn about historical instances, such as the libstdc++ and string cases, and gain insights into potential ABI-related considerations by the C++ committee. Enhance your understanding of C++ development practices and the implications of ABI compatibility for software maintenance and evolution.
Syllabus
What is an ABI and Why is Breaking it a Problem? - Marshall Clow - [CppNow 2021]
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