Exceptionally Bad: The Misuse of Exceptions in C++ and How to Do Better
Offered By: CppCon via YouTube
Course Description
Overview
Explore the controversial topic of exceptions in C++ through this comprehensive conference talk from CppCon 2023. Delve into the original intent and history of exceptions, understand their mechanics, and examine the philosophy behind their use. Analyze common cases of exception misuse, including resource management, retries, hierarchies, data passing, and control flow. Learn better alternatives for handling specific situations, often replacing exceptions with more appropriate paradigms. Discover scenarios that truly benefit from exceptions and gain insights into designing model exception classes. Benefit from the speaker's extensive experience in C++ development across various industries to understand what works best for large-scale engineering projects.
Syllabus
Exceptionally Bad: The Misuse of Exceptions in C++ & How to Do Better - Peter Muldoon - CppCon 2023
Taught by
CppCon
Related Courses
Computer GraphicsUniversity of California, San Diego via edX Intro to Parallel Programming
Nvidia via Udacity Initiation à la programmation (en C++)
École Polytechnique Fédérale de Lausanne via Coursera C++ For C Programmers, Part A
University of California, Santa Cruz via Coursera Introduction à la programmation orientée objet (en C++)
École Polytechnique Fédérale de Lausanne via Coursera