摘要: 0. Stack unwinding.When an exception is thrown and control passes from a try block to a handler, the C++ run time calls destructors for all automatic objects constructed since the beginning of the try block. This process is called stack unwinding.Two notes: 1) local objects will be destructed in re. 阅读全文
posted @ 2011-07-28 13:43 能巴 阅读(307) 评论(0) 推荐(0) 编辑