Exception Handling and Fault Tolerance in C++: Defect Removal vs. Defect Survival

8
Defect removal is preferred over defect survival. If some defect slips through the cracks, however, the C++ exception handling mechanism helps to fortify your software’s fault tolerance, as Cameron and Tracey Hughes explain.

Link: informit.com

Category:

  • C/C++