Understanding C++ Exception Handling Steve Crocker
How a C++ compiler implements exception handling April 2002 - Vishal Kochhar This article shows in detail how exception handling is implemented by the Visual C++ compiler. It also shows how to write your own exception handler. OOPS Avenue - C++ Exceptions Jan 1996 - Gordon Zeglinski This article explains exceptions, how to use them, what they do, etc. An exceptional quest May 2002 - Sobeit Void This article discusses C++ exceptions and how to write exception safe code. Constructor Failures Jan 2000 - Herb Sutter This article describes what really happens if a constructor fails, and what you should do when this happens. |