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

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

NDC Conferences via YouTube Direct link

Pre-conditions example (non-null pointer)

12 of 13

12 of 13

Pre-conditions example (non-null pointer)

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

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

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 Classification of issues
  3. 3 Examples of errors and exceptional situations
  4. 4 General approach to handling
  5. 5 Exception safety
  6. 6 Add context
  7. 7 General characteristics
  8. 8 std::optional - special case
  9. 9 Naive implementation
  10. 10 Functional style
  11. 11 Pattern matching in C++
  12. 12 Pre-conditions example (non-null pointer)
  13. 13 Good practices

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.