Chapter 19
Exception Handling
Chapter Outline
19.2 Principles of Exception Handling
19.3 The Keywords try, throw, and catch
19.4 Guidelines for Exception Handling
19.5 Multiple catch Statements
19.6 Catching Multiple Exceptions
19.9 Exceptions in Constructors and Destructors
19.10 Controlling Uncaught Exceptions
19.11 Exceptions and Operator Overloading
19.12 Exceptions and Inheritance
19.13 Class Templates with Exception Handling
19.1 INTRODUCTION
While writing large programs, a programmer usually makes many mistakes. Due to this, bugs occur even in the released softwares. Developing ...
Get Programming in C++, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.