How can some code be run each time an exception is thrown in a Visual C++ program?

前端 未结 6 703
清歌不尽
清歌不尽 2020-12-18 08:16

If an exception is thrown in a C++ program control is either transferred to the exception handler or terminate() is called.

Even if the program emits so

6条回答
提交回复
热议问题