Answer to Question #537 in C++ for Silvia Rosso
How to correctly terminate the program with an unexpected exception?
1
2010-08-04T11:14:07-0400
Use the function set_terminate() to set an own termination function. It has to terminate the program but can perform the necessary preparation steps.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment