Undefined Behaviour in C/C++

If you are interested in learning about undefined behavior in C/C++ and how to live with it this blog post “Undefined Behavior in 2017” is a must-read. Recordings of the corresponding CppCon 2017 presentation “Undefined Behavior in 2017” can be found here part 1 of 2 and here part 2 of 2. The presentation slides can be found here.

2 Likes

This blog post describes how undefined behavior is handled in languages which depend on C. Not the best reference but some starting point…