Undefined Behavior in C++: What Every Programmer Should Know and Fear - Fedor Pikus - CppCon 2023
Undefined Behavior in C++: A Performance Viewpoint - Fedor Pikus - CppNow 2022
Undefined Behavior: C's Most Terrifying And Powerful Feature
Build Everything From Source: A Case Study in Fear - Dave Steffen - CppCon 2020
Understanding Undefined Behavior in C+ + Variable Initialization
Undefined Behavior!
Understanding Undefined Behavior in C++: The Pitfalls of Invalid Iterators
The Nightmare of Move Semantics for Trivial C++ Classes - Nicolai Josuttis
Understanding the strcat() Output Error in C: Unraveling the Mystery of Undefined Behavior
Modern C++ Safety and Security At 20 - Matthew Butler - CppCon 2020
What's My Object? - Staffan Tjernström - CppCon 2020
Understanding Template Function Overloads in C+ + : No Undefined Behavior Here!
Resolving the C char* printf issue
Understanding the free Function in C: Why You Shouldn't Free an Array Element Directly
Understanding the Return of a Struct Containing an Array in C: Is It Safe?
Understanding inline References and Address Initialization in C++
CppCon 2014: Jon Kalb "Exception-Safe Code, Part I"
Is Using c_str() in std::string Assignment Safe? The Answer Explained
Understanding Segmentation Faults in C: Pointers and Letter Combinations
Safer multithreading programming with C++ - Sébastien Gonzalve - CPPP 2021
Understanding Linked List Implementation Crashes in C++
Understanding == Operator Overloading in C++ Templates: Avoiding Errors
CppCon 2017: Titus Winters “C++ as a "Live at Head" Language”
C++Now 2018: Matt Godbolt “What Else Has My Compiler Done For Me Lately?”
Solving the Mystery of Weird Characters in String Concatenation in C