Delve into advanced exception-safe coding techniques in C++ with this comprehensive conference talk from CppNow 2012. Explore the challenges and best practices associated with exception usage, starting from the fundamental problem statement. Examine alternatives to exceptions, address common misconceptions, and learn about misguided safety attempts. Gain valuable insights into a set of guidelines for safe exception usage and solid implementation techniques, including strategies for transitioning legacy codebases. By the end of this 92-minute presentation, master the art of writing more efficient, understandable, and completely robust C++ code that confidently handles exceptions.
Overview
Syllabus
Jon Kalb: Exception-Safe Coding in C++ (Part II)
Taught by
CppNow