Exception-Safe Coding in C++ - Part II
Offered By: CppNow via YouTube
Course Description
Overview
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.
Syllabus
Jon Kalb: Exception-Safe Coding in C++ (Part II)
Taught by
CppNow
Related Courses
Your Favorite Undefined Behavior in C++CppNow via YouTube Under the Hood - Assembly, System Calls, and Hardware in C++
CppNow via YouTube Carbon Language Successor Strategy - From C++ Interop to Memory Safety
CppNow via YouTube Value Oriented Programming Part 1 - You Say You Want to Write a Function
CppNow via YouTube Introducing a Memory-Safe Successor Language in Large C++ Code Bases
CppNow via YouTube