在異常處理中處理析構函數

例1:在異常處理中處理析構函數。 程序: #include<iostream> #include<string> using namespace std; class Student { public: Student(int n, string nam)//定義構造函數 { cout << "constructor-" << n << endl; num = n; name = nam; } ~
相關文章
相關標籤/搜索