- 博客(1)
- 资源 (5)
- 收藏
- 关注
原创 c++ 日期重载+、-
#include using namespace std; class date{ private: int year; int month; int day; public: int outyear(){ return year; } int outmonth() { return month; }
2015-08-04 19:36:36
413
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人