Modify the following main function to catch any of the exception types shown in Figure 18.1 (p. 783):
int main() { // use ofthe C++ standard library}The handlers should print the error message associated with the exception before calling abort (defined in the header cstdlib) to terminate main.
Figure 18.1: Standard exception Class Hierarchy

We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.