Completed
What is an exception
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Exceptions in C++ - Better Design Through Analysis of Real World Usage
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Overview
- 3 What are exceptions
- 4 What is an exception
- 5 Philosophy of Exceptions
- 6 Is it appropriate to use exceptions
- 7 Use cases for exceptions
- 8 Exceptions for rare events
- 9 When to use exceptions
- 10 Exceptional Exceptions
- 11 Exceptions in Code
- 12 Exceptional Logging
- 13 Exceptional Checking
- 14 Exceptional Trier
- 15 Exceptional Hard to Find
- 16 Exceptional Data Passing
- 17 Exceptional Control Flow
- 18 Exception Hierarchy