Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Tip

BLUF

In C++, exceptions are a way to handle errors or exceptional situations that occur during program execution. An exception is an object that represents an error or unexpected situation that has occurred in a program, and it is thrown when the error occurs. The exception can then be caught and handled by code that knows how to deal with the error.

\uD83D\uDCD8 Objectives

...

Child pages (Children Display)

\uD83D\uDCCB To Do

  1. Review Student Notes

  2. Lab 1