How GCC/OS handle the uncaught exception?

后端 未结 0 1450
别那么骄傲
别那么骄傲 2021-01-18 06:56

What happens there is an uncaught exception in c++? Shall the OS handle the behavior or the compiler(in my case is GCC) should?

For example: throw std::exceptio

相关标签:
回答
  • 消灭零回复
提交回复
热议问题