摘要: 在函数中,编译器会帮助将析构函数(Destructor) 安插在相应的位置。对于函数中的局部对象,会将析构函数安插在对象的每一个离开点。 例如: 1: void Function(int a) { 2: Object obj; 3: swithch(a) { 4: ... 阅读全文
posted @ 2013-08-11 17:28 @且听风吟@ 阅读(246) 评论(0) 推荐(0)