Google Directory
Directory
  Directory Help
Search only in Exception HandlingSearch the Web  

Exception Handling
  Computers > Programming > Languages > C++ > Exception Handling   Go to Directory Home  

Web Pages
Viewing in Google PageRank order               View in alphabetical order
  Exception Handling: A False Sense Of Security http://www.informit.com/content/images/020163371x/supplements/Exception_Handling_Article.html
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.
  How a C++ Compiler Implements Exception Handling http://www.codeproject.com/cpp/exceptionhandler.asp
An indepth discussion of how VC++ implements exception handling. Source code includes exception handling library for VC++.
  Constructor Failures (or, The Objects That Never Were) http://www.gotw.ca/publications/mill13.htm
Shows what object construction, and construction failure, mean in C++; and that function try blocks are useful to translate an exception thrown from a base or member subobject constructor.
  C++ Exception Handling http://www.eastcoastgames.com/articles/cppexception.html
Introduces the concept of exception handling for handling program errors.
  Exception Handling in C++ http://www.informit.com/articles/article.asp?p=31537
Learn how to throw an exception, how to associate handlers, or catch clauses, with a set of program statements using a try block, how exceptions are handled by catch clauses, exception specifications, and design considerations for programs that use exceptions.
  Smart Pointers Reloaded (III) http://erdani.org/publications/cuj-2004-02.pdf
Constructor Tracking - Talks about dealing with exceptions that occur during object initialization by taking a look at smart_ptr initialization that has important teachings for any generic design - and policy-based classes in particular. (Andrei Alexandrescu and David B. Held)
  Making an Exception http://www.two-sdg.demon.co.uk/curbralan/papers/MakingAnException.pdf
Exception handling in C++ can save a program from digital death, but it must be treated with care. Kevlin Henney explains how to make programs exception-safe.
  Understanding C++ Exception Handling http://www.gamedev.net/reference/articles/article953.asp
Offers some insight into the use and potential misuse of exceptions.
  Exception-Safety in Generic Components http://www.boost.org/more/generic_exception_safety.html
Lessons learned from specifying exception-safety for the C++ standard library.
  Error and Exception Handling http://www.boost.org/more/error_handling.html
Presents some guidelines when to use exceptions.
  Throwing Destructors http://kolpackov.net/projects/c++/eh/dtor-1.xhtml
It is becoming increasingly popular to consider throwing destructors a bad practice. This document presents some insights on the problem and shows that maybe throwing from a destructor is not such a bad idea.
  Optimizing Away C++ Exception Handling http://www.sco.com/developers/products/ehopt.pdf
Describes an optimization that produces modest but useful gains on some existing C++ code, but produces very significant size and speed gains on code that uses empty exception specifications, avoiding otherwise serious performance losses.
  Revisiting Exception Handling http://www.ddj.com/cpp/184403863
Reviews guidelines developed years ago for throwing exceptions and how to use exception specifications.
  Adding Exception Testing to Unit Tests http://www.ddj.com/cpp/184401380
This article describes a simple method of adding exhaustive testing of the exception paths to the test suite.

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Modified by Google - ©2008 Google
Advertise with Us - Jobs, Press, Cool Stuff...