NO1 拷貝構造函數

#include <iostream> #include<string.h> using namespace std; class CDate { private:     int year,month,day; public :     CDate(int y = 1900,int m=1,int d = 1)     {         year = y; month = m;day = d;
相關文章
相關標籤/搜索