August 2020
Beginner to intermediate
653 pages
16h 55m
English
You may have been dismayed by the lack of error-checking and error-handling in the Explorations so far. That’s about to change. C++, like most modern programming languages, supports exceptions as a way to jump out of the normal flow of control in response to an error or other exceptional condition. This Exploration introduces exceptions: how to throw them, how to catch them, when the language and library use them, and when and how you should use them.
Read now
Unlock full access