- 23
- 0
- 约1.06万字
- 约 14页
- 2015-09-03 发布于重庆
- 举报
教学设备管理c++程序.doc
#include iostream
#include fstream
#include cstring
#include windows.h
using namespace std;
class Date
{
private:
int year;
int month;
int day;
public:
Date(int y = 0 , int m = 0 , int d = 0);
Date operator = (Date a);
void foutput(ofstream fout);
void output();
void alloutput();
};
void Date::alloutput()
{
coutyear:month:day\t;
}
void Date::foutput(ofstream fout)
{
foutyear month dayendl;
}
Date::Date(int y,int m,int d)
{
year = y;
month = m;
day = d;
}
Date Date::operator = (Date a)
{
year = a.year;
month = a.month;
day = a.day;
return *this;
}
void Date::output()
{
couty
您可能关注的文档
- 德育工作责任书.doc
- 德育示范校讲座.doc
- 德育过程的规律性特点.ppt
- 心内科学科发展规划.doc
- 心理咨询师的基本素质.doc
- 必修三人教版第四单元近代以来世界的科学发展历程测试卷.doc
- 快捷酒店加盟系列之酒店核心竞争力的提升.doc
- 怎样做一名现代企业称职的管理人员.ppt
- 怎样才能提高农村的教育.doc
- 怎样才能营造一个良好的数学课堂气氛.doc
- 八年级上册江西版《初中语文一遍过》课堂测(OCR).pdf
- 七年级上册人教版《初中语文一遍过》测评卷(OCR).pdf
- 七年级上册人教版《初中生物一遍过》试卷【教师用书】(OCR).pdf
- 七年级上册人教版《初中地理一遍过》教师版(OCR).pdf
- 九年级上册译林牛津版《初中英语一遍过》测评卷(OCR).pdf
- 九年级上册冀教版《初中英语一遍过》单元卷(OCR).pdf
- 七年级上册译林牛津版《初中英语一遍过》单元检测卷(OCR).pdf
- 七年级上册人教版《初中生物一遍过》【教师用书】(OCR).pdf
- 【横版】27张宇基础30讲做题本.pdf
- 七年级上册译林牛津版《初中英语一遍过》单元检测卷教用(OCR).pdf
最近下载
- 2026不动产登记代理全科必考知识点集训题库(含答案).docx VIP
- 2026年中国手套成型机行业市场前景预测及投资价值评估分析报告.docx
- 闽2004J02-建筑标准 -建筑标准.docx VIP
- 【三上英语】26春新冀教版三年级上册英语《期末拔尖测试卷2套带答案》.docx VIP
- ASTM D638-24 中文版(word 版详细解读)塑料拉伸性能测试标准.docx VIP
- 2026不动产登记代理全科单元知识点检测卷(含答案).docx VIP
- 2026年药企质量月知识竞赛题库【附答案】.doc
- 理正基坑平面有限元分析1.0PB2说明书.pdf
- 宜昌灵芝园生物科技有限公司灵芝系列产品深加工项目商业计划书.pdf
- 多变量控制系统分析与设计06.pdf VIP
原创力文档

文档评论(0)