资源大小: 8KB
发布时间: 2009-12-28
文件格式: rar
下载次数: 0
分享到:

下载地址:

下载地址1
(本站为飞网专业下载站,域名:down.cfei.net)

资源简介:

#include using namespace std;#include "MyDate.h"#include bool MYDATE::dowFlag = false;void MYDATE::Input(){ int year, month, day; char c1, c2; while(!(cin >> year >> c1 >> month >> c2 >> day) || ! IsValid(year, month, day) || c1 != '-' || c2 != '-') { cout << "不正确的日期! 请重新输入: "; if(! cin.good()) cin.clear(); while(cin.get() != '\n') ; } this->year = year; this->month = month; this->day = day;}void MYDATE::Output(){ char *adow[] = {"日", "一", "二", "三", "四", "五", "六"}; int w =


飞网下载站,免费下载共享资料,内容涉及教育资源、专业资料、IT资源、娱乐生活、经济管理、办公文书、游戏资料等。