欢迎来到天天文库
浏览记录
ID:55951018
大小:20.50 KB
页数:4页
时间:2020-06-18
《c++与数据结构 哈理工 编写程序.doc》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、编写程序4.扩充日期类Date的定义,增加一个成员函数NumberOfDays(),计算当前对象中的日期是其年份的第几天,并编写一个主函数用来测试这个成员函数。#includeclassDate{public:voidSetDate(inty=2006,intm=1,intd=1){year=y;month=m>0&&m<13?m:1;day=d;}intIsLeap_Year(){if((year%400==0)
2、
3、(year%4==0&&year%100!=0))return1;return0;}intGetYear()
4、{returnyear;}intGetmonth(){returnmonth;}intGetDay(){returnday;}voidPrint(){cout<5、i=0;iSetDate(2008,11,28);date->Print();cout<<"Itisthe"<NumberOfDays()<<"thdayoftheyear."<6、l;}定义一个名为Integer的证书类,具有数据成员d和以下成员函数,成员函数包括GetD()获取d的值,SetD(int)设置d的值,IsOdd()判断d是否为一个偶数,IsPrime()判断d是否为一个素数,并涉及主函数用一个对象分别设置d的值为15和31,编写一个主函数测试这个类。#includeclassInteger{intd;//题目说数据成员为d,所以在类的声明中都应该是d,下面我//都给你改了public:Integer(inta)//我看你测试函数写了Integera(15);这是要调用构造函数的{d=a7、;}//而你没有写构造函数,我就帮你写了一个intGetD(){returnd;}voidSeD(inta){d=a;}voidIsOdd(){if(d%2==0)cout<<"d"<<"是偶数"<8、是素数"<9、数据成员。要求一个child类的对象能够输出父母和自己的姓名#includeclassfather{chara[100];public:father(){cout<<"输入父亲姓名:"<>a;}voidoutputName(){cout<<"父亲姓名:"<>b;}voidoutputName(){cout<<"母亲姓名:"<10、sschild:publicfather,publicmother{charc[100];public:child(){c
5、i=0;iSetDate(2008,11,28);date->Print();cout<<"Itisthe"<NumberOfDays()<<"thdayoftheyear."<6、l;}定义一个名为Integer的证书类,具有数据成员d和以下成员函数,成员函数包括GetD()获取d的值,SetD(int)设置d的值,IsOdd()判断d是否为一个偶数,IsPrime()判断d是否为一个素数,并涉及主函数用一个对象分别设置d的值为15和31,编写一个主函数测试这个类。#includeclassInteger{intd;//题目说数据成员为d,所以在类的声明中都应该是d,下面我//都给你改了public:Integer(inta)//我看你测试函数写了Integera(15);这是要调用构造函数的{d=a7、;}//而你没有写构造函数,我就帮你写了一个intGetD(){returnd;}voidSeD(inta){d=a;}voidIsOdd(){if(d%2==0)cout<<"d"<<"是偶数"<8、是素数"<9、数据成员。要求一个child类的对象能够输出父母和自己的姓名#includeclassfather{chara[100];public:father(){cout<<"输入父亲姓名:"<>a;}voidoutputName(){cout<<"父亲姓名:"<>b;}voidoutputName(){cout<<"母亲姓名:"<10、sschild:publicfather,publicmother{charc[100];public:child(){c
6、l;}定义一个名为Integer的证书类,具有数据成员d和以下成员函数,成员函数包括GetD()获取d的值,SetD(int)设置d的值,IsOdd()判断d是否为一个偶数,IsPrime()判断d是否为一个素数,并涉及主函数用一个对象分别设置d的值为15和31,编写一个主函数测试这个类。#includeclassInteger{intd;//题目说数据成员为d,所以在类的声明中都应该是d,下面我//都给你改了public:Integer(inta)//我看你测试函数写了Integera(15);这是要调用构造函数的{d=a
7、;}//而你没有写构造函数,我就帮你写了一个intGetD(){returnd;}voidSeD(inta){d=a;}voidIsOdd(){if(d%2==0)cout<<"d"<<"是偶数"<8、是素数"<9、数据成员。要求一个child类的对象能够输出父母和自己的姓名#includeclassfather{chara[100];public:father(){cout<<"输入父亲姓名:"<>a;}voidoutputName(){cout<<"父亲姓名:"<>b;}voidoutputName(){cout<<"母亲姓名:"<10、sschild:publicfather,publicmother{charc[100];public:child(){c
8、是素数"<9、数据成员。要求一个child类的对象能够输出父母和自己的姓名#includeclassfather{chara[100];public:father(){cout<<"输入父亲姓名:"<>a;}voidoutputName(){cout<<"父亲姓名:"<>b;}voidoutputName(){cout<<"母亲姓名:"<10、sschild:publicfather,publicmother{charc[100];public:child(){c
9、数据成员。要求一个child类的对象能够输出父母和自己的姓名#includeclassfather{chara[100];public:father(){cout<<"输入父亲姓名:"<>a;}voidoutputName(){cout<<"父亲姓名:"<>b;}voidoutputName(){cout<<"母亲姓名:"<10、sschild:publicfather,publicmother{charc[100];public:child(){c
10、sschild:publicfather,publicmother{charc[100];public:child(){c
此文档下载收益归作者所有