面向对象a面向对象习题(南航皮德常)

面向对象a面向对象习题(南航皮德常)

ID:16976491

大小:82.00 KB

页数:29页

时间:2018-08-26

面向对象a面向对象习题(南航皮德常)_第1页
面向对象a面向对象习题(南航皮德常)_第2页
面向对象a面向对象习题(南航皮德常)_第3页
面向对象a面向对象习题(南航皮德常)_第4页
面向对象a面向对象习题(南航皮德常)_第5页
资源描述:

《面向对象a面向对象习题(南航皮德常)》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库

1、第8章习题:8-1、设计Date类,输出合法日期。#includeusingnamespacestd;//类定义//classDate{intyear;//存储日期的年份intmonth;//存储日期的月份intday;//存储日期的天数public:boolsetDate(constint,constint,constint);voiddisplay(void);char*getMonth(constint);};//类的实现////设置成员变量////mm:月份,dd:天数,yy:年份////返回值:如果成功赋值则返回true

2、,否则返回false。//char*Date::getMonth(constintm){if(m==1)return"January";elseif(m==2)return"February";elseif(m==3)return"March";elseif(m==4)return"April";elseif(m==5)return"May";elseif(m==6)return"June";elseif(m==7)return"July";elseif(m==8)return"August";elseif(m==9)otherstaffoftheC

3、entre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofSta

4、teenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersandreturn"September";elseif(m==10)return"October";elseif(m==11)return"November";elsereturn"December";}//设置成员变量////参数:mm:月份,dd:天数,yy:年

5、份////返回值:如果成功赋值则返回true,否则返回false//boolDate::setDate(constintmm,constintdd,constintyy){if(mm<1

6、

7、mm>12)returnfalse;if(dd<1

8、

9、dd>31)returnfalse;year=yy;month=mm;day=dd;returntrue;}//在屏幕上显示日期//voidDate::display(void){//按照"12-25-2004"的形式输出日期cout<

10、"December25,2004"的形式输出日期cout<>year;othersta

11、ffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederat

12、ionofStateenterprisesMinister,ShenmufuguSARmissions,Di

当前文档最多预览五页,下载文档查看全文

此文档下载收益归作者所有

当前文档最多预览五页,下载文档查看全文
温馨提示:
1. 部分包含数学公式或PPT动画的文件,查看预览时可能会显示错乱或异常,文件下载后无此问题,请放心下载。
2. 本文档由用户上传,版权归属用户,天天文库负责整理代发布。如果您对本文档版权有争议请及时联系客服。
3. 下载前请仔细阅读文档内容,确认文档内容符合您的需求后进行下载,若出现内容与标题不符可向本站投诉处理。
4. 下载文档时可能由于网络波动等原因无法下载或下载错误,付费完成后未能成功下载的用户请联系客服处理。