拷貝構造函數應用場景之二

#include <iostream> using namespace std; class Test { public: Test() { cout << "test()..." << endl; m_x = 0; m_y = 0; } Test(int x, int y) { cout << "Test(int x, int y)..." << endl;
相關文章
相關標籤/搜索