c++编程题题库.doc

上传人:h**** 文档编号:792917 上传时间:2018-11-01 格式:DOC 页数:21 大小:84KB
下载 相关 举报
c++编程题题库.doc_第1页
第1页 / 共21页
c++编程题题库.doc_第2页
第2页 / 共21页
c++编程题题库.doc_第3页
第3页 / 共21页
c++编程题题库.doc_第4页
第4页 / 共21页
c++编程题题库.doc_第5页
第5页 / 共21页
点击查看更多>>
资源描述

1、1.1编写一个基于对象的程序,要求:(1)定义一个时间类 Time,类内有私有数据成员 hour(小时)、minute(分钟) 、sec(秒) ,公有成员函数 set_time()、show_time()。(2)set_time()函数和 show_time()函数在类内定义。set_time()作用是从键盘输入时间、分钟、秒的值,show_time()的作用是在屏幕上显示时间、分钟、秒的值。(3)在 main()函数定义 Time 类的对象 t1,并调用set_time()函数给时间赋值,调用 show_time()函数输出时间的值。#include using namespace std;

2、class Timepublic:void set_time()cinhour;cinminute;cinsec;void show_time()coutusing namespace std;class Boxpublic:void get_value();void volume();private:float lengh;float width;float height;void Box:get_value() coutlengh;cinwidth;cinheight;void Box:volume() coutusing namespace std;class Array_maxpubl

3、ic:void set_value();void max_value();private:int array10;int max;void Array_max:set_value() int i;for (i=0;iarrayi;void Array_max:max_value()int i;max=array0;for (i=1;imax) max=arrayi;coutusing namespace std;class Complexpublic:Complex()real=0;imag=0;Complex(double r,double i)real=r;imag=i;Complex o

4、perator + (Complex void display();private:double real;double imag;Complex Complex:operator + (Complex c.real=real+c2.real;c.imag=imag+c2.imag;return c;void Complex:display()coutclass Complexpublic:Complex()real=0;imag=0;Complex(double r)real=r;imag=0;Complex(double r,double i)real=r;imag=i;friend Co

5、mplex operator+ (Complex void display();private:double real;double imag;Complex operator+ (Complex void Complex:display()coutusing namespace std;class Circlepublic:void get_value();void volume();private:float radius;void Circle:get_value() coutradius;void Circle:volume() coutusing namespace std;clas

6、s Datepublic:void set_date();void show_date();private: int year;int month;int day;void Date:set_date()cinyear;cinmonth;cinday;void Date:show_date()coutusing namespace std;class Studentpublic:void get_value()cinnumnamesex;void display( )coutageaddr;void display_1() display();cout“age: “ageendl; cout“address: “addrendl; private:int age;char addr30;

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育教学资料库 > 参考答案

Copyright © 2018-2021 Wenke99.com All rights reserved

工信部备案号浙ICP备20026746号-2  

公安局备案号:浙公网安备33038302330469号

本站为C2C交文档易平台,即用户上传的文档直接卖给下载用户,本站只是网络服务中间平台,所有原创文档下载所得归上传人所有,若您发现上传作品侵犯了您的权利,请立刻联系网站客服并提供证据,平台将在3个工作日内予以改正。