May 2012
Intermediate to advanced
768 pages
14h 39m
English
The title says it all: dealing with extraordinary situations that disrupt the flow of your program. The lessons thus far have mostly taken an exceedingly positive approach, assuming that memory allocations will succeed, files will be found, and so on. Reality is often different.
In this lesson, you learn
• What is an exception
• How to handle exceptions
• How exception handling helps you deliver stable C++ applications
Your program allocates memory, reads and writes data, saves to a file—the works. All this executes flawlessly on your awesome development environment, and you are even proud of the fact that your application doesn’t leak a byte, though it manages a gigabyte! You ship your application ...
Read now
Unlock full access