throw後局部變量的析構。

  // test.cpp : 定義控制檯應用程序的入口點。 // #include "stdafx.h" #include <cstdlib> #include <new> #include <iostream> #include <string> using namespace std; class object { public: ~object() { cout
相關文章
相關標籤/搜索