Call-stack for exceptions in C++

后端 未结 10 1415
忘了有多久
忘了有多久 2020-12-14 15:33

Today, in my C++ multi-platform code, I have a try-catch around every function. In every catch block I add the current function\'s name to the exception and throw it again,

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