How a C++ Compiler Implements Exception Handling
An indepth discussion of how VC++ implements exception handling. Source code includes exception handling library for VC++.
Exception-Safety in Generic Components
Lessons learned from specifying exception-safety for the C++ standard library.
Exception Handling: A False Sense Of Security
Explains why most members of the C++ community vastly underestimate the skills needed to program with exceptions and therefore underestimate the true costs of their use. By Tom Cargill.
Error and Exception Handling
Presents some guidelines when to use exceptions.
C++ Tutorial on Exceptions
This tutorial covers basic exception handling in C++. Several simple examples are presented and the concept of stack unwinding is described.
C++ Exception Handling
Introduces the concept of exception handling for handling program errors.