摘要:
/*关于构造函数对象指针及是否调用构造函数的问题*/#includeusing namespace std;class Date { public: Date(){ ye=1; me=2; de=3;} Date(int y,int m,int d); void print(); private: ... 阅读全文
posted @ 2015-12-31 18:32
HYDhyd
阅读(632)
评论(0)
推荐(0)
浙公网安备 33010602011771号