Completed
Behavior
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Binary Compatibility for Library Developers
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 GCC
- 3 What is binary compatibility
- 4 Behavior
- 5 Forwards and backwards
- 6 Why should you care
- 7 Dynamic linking
- 8 Details
- 9 Removes
- 10 Retains
- 11 mangled names
- 12 things that dont work
- 13 Renaming
- 14 Inline namespace
- 15 ICU experimental symbols
- 16 How to make it work
- 17 Work guidelines