Exception Handling Scripts & Reviews @ Your Free Web Pages
11 link (11 regular and 0 reciprocal) in this category
|
Understanding C++ Exception Handling
Offers some insight into the use and potential misuse of exceptions. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Throwing Destructors
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. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Revisiting Exception Handling
Reviews guidelines developed years ago for throwing exceptions and how to use exception specifications. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Exception Handling in C++
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. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Exception-Safety in Generic Components
Lessons learned from specifying exception-safety for the C++ standard library. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
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. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Error and Exception Handling
Presents some guidelines when to use exceptions. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
Constructor Failures (or, The Objects That Never Were)
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. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
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. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
C++ Exception Handling
Introduces the concept of exception handling for handling program errors. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |
|
Adding Exception Testing to Unit Tests
This article describes a simple method of adding exhaustive testing of the exception paths to the test suite. Rating: (0/5 based on 0 votes)Hits Out: 0 | Hits In: 0 Rate | Report | Bookmark | Details | Comments (0) Submitted 02/03/05 |

(0/5 based on 0 votes)