Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

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

Highlight important information in a panel like this one. To edit this panel's color or style, select one of the options in the menu.

\uD83D\uDCCB To Do

  • No labels