码迷,mamicode.com
首页 >  
搜索关键字:日期类运算(万年历)    ( 1个结果
C++类和对象 日期类运算(万年历)
#include<iostream> #include<assert.h> usingnamespacestd; classDate { public: Date(intyear=1900,intmonth=1,intday=1) { _year=year; _month=month; _day=day; if(!CheckDate()) { cout<<"输入日期为非法日期"<<endl; assert(false); } } Date(c..
分类:编程语言   时间:2016-03-23 23:41:58    阅读次数:305
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!