Web Directory

  Exception Handling (14)

Submit a Featured Link: [$19.00] Submit a Regular Link: [$9.00]  

Regular Websites in this category

Revisiting Exception Handling Open in a new windowLink Details
- Reviews guidelines developed years ago for throwing exceptions and how to use exception specifications.
- http://www.ddj.com/cpp/184403863

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Adding Exception Testing to Unit Tests Open in a new windowLink Details
- This article describes a simple method of adding exhaustive testing of the exception paths to the test suite.
- http://www.ddj.com/dept/cpp/184401380

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Exception Safety Analysis Open in a new windowLink Details
- Discusses how to analyze the exception safety of a function. (Andrei Alexandrescu and David B. Held)
- http://erdani.org/publications/cuj-2003-12.pdf

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Making an Exception Open in a new windowLink Details
- 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.
- http://www.two-sdg.demon.co.uk/curbralan/papers/MakingAnException.pdf

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
How a C++ Compiler Implements Exception Handling Open in a new windowLink Details
- An indepth discussion of how VC++ implements exception handling. Source code includes exception handling library for VC++.
- http://www.codeproject.com/cpp/exceptionhandler.asp

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Optimizing Away C++ Exception Handling Open in a new windowLink Details
- 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.
- http://www.sco.com/developers/products/ehopt.pdf

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Exception Handling in C++ Open in a new windowLink Details
- 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 except
- http://www.informit.com/articles/article.asp?p=31537

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Throwing Destructors Open in a new windowLink Details
- 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.
- http://kolpackov.net/projects/c++/eh/dtor-1.xhtml

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Exception Handling: A False Sense Of Security Open in a new windowLink Details
- 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.
- http://www.awprofessional.com/content/images/020163371x/supplements/Exception_Handling_Article.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Constructor Failures (or, The Objects That Never Were) Open in a new windowLink Details
- 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.
- http://www.gotw.ca/publications/mill13.htm

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
C++ Exception Handling Open in a new windowLink Details
- Introduces the concept of exception handling for handling program errors.
- http://www.eastcoastgames.com/articles/cppexception.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Error and Exception Handling Open in a new windowLink Details
- Presents some guidelines when to use exceptions.
- http://www.boost.org/more/error_handling.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Exception-Safety in Generic Components Open in a new windowLink Details
- Lessons learned from specifying exception-safety for the C++ standard library.
- http://www.boost.org/more/generic_exception_safety.html

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing
Understanding C++ Exception Handling Open in a new windowLink Details
- Offers some insight into the use and potential misuse of exceptions.
- http://www.gamedev.net/reference/articles/article953.asp

Lock this listing - So it can't be removedLock this listing - and upgrade it to FeaturedReport this listing

Submit a Featured Link: [$19.00]  Submit a Regular Link: [$9.00]