Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

YouTube

Error Handling in C++ - As Easy as "Use Exceptions"?

NDC Conferences via YouTube

Overview

Explore error handling techniques in C++ through this comprehensive conference talk from NDC Techtown 2022. Delve into the three most common approaches for managing exceptional circumstances during program execution, examining their impact on program architecture, API design, and coding style. Discover whether functions should return error codes, utilize optional arguments via pointers, employ special result-like types, or throw exceptions. Gain insights into fundamental concepts and best practices suitable for developers of all experience levels. Learn about exception safety, adding context to errors, and the characteristics of various error handling methods. Examine the special case of std::optional, naive implementations, functional programming styles, and pattern matching in C++. Investigate pre-conditions, such as non-null pointers, and explore good practices for effective error handling in C++ programming.

Syllabus

Intro
Classification of issues
Examples of errors and exceptional situations
General approach to handling
Exception safety
Add context
General characteristics
std::optional - special case
Naive implementation
Functional style
Pattern matching in C++
Pre-conditions example (non-null pointer)
Good practices

Taught by

NDC Conferences

Reviews

Start your review of Error Handling in C++ - As Easy as "Use Exceptions"?

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.