Undefined Behavior is Not an Error
Offered By: code::dive conference via YouTube
Course Description
Overview
Explore the concept of Undefined Behavior in C++ through this conference talk from code::dive 2019. Delve into the differences between run-time errors and undefined behavior from a developer's perspective. Learn why assuming all undefined behavior is treated as non-existent code is crucial for developers. Examine what an "evil compiler" is permitted to do, illustrated through various examples. Gain insights from experienced speakers Barbara Geller and Ansel Sermersheim, co-founders of CopperSpice and DoxyPress. While familiarity with C++ is recommended, no prior knowledge of compilers or undefined behavior is required for this informative presentation.
Syllabus
Undefined Behavior is Not an Error - Barbara Geller, Ansel Sermersheim - code::dive 2019
Taught by
code::dive conference
Related Courses
From Developer to SW Architectcode::dive conference via YouTube Stop Writing Test Doubles You Are Using
code::dive conference via YouTube You Can Do Better! Presentations That Are Captivating
code::dive conference via YouTube What C and C++ Developers Can Learn from Rust
code::dive conference via YouTube Beautiful Python Refactoring II
code::dive conference via YouTube