C++面向对象程序设计(谭浩强)课后习题答案text-P67.doc

C++面向对象程序设计(谭浩强)课后习题答案text-P67.doc

  1. 1、本文档共4页,可阅读全部内容。
  2. 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
  3. 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载
  4. 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
C面向对象程序设计(谭浩强)课后习题答案text-P67

班级:B11512 姓名:陈德桥 学号:30 1.以下是根据题意订正后的程序和运行结果: #include using namespace std; class Time public: void set_time void ; void show_time void ; int hour; int minute; int sec; ; Time t; int main t.set_time ; t.show_time ; return 0; void Time::set_time void cout set_time: endl; cin t.hour; cin t.minute; cin t.sec; void Time::show_time void cout show_time: endl; cout t.hour : t.minute : t.sec endl; 2.以下是根据题目要求对例2.1进行改写后的程序和运行结果: #include using namespace std; class Time private: int hour; int minute; int second; public: void settime int h,int m,int s tl.hour h,tl.minute m,tl.second s; void showtime cout showtime: endl; cout tl.hour : tl.minute : tl.second endl; tl; int main tl.settime 22,24,0 ; tl.showtime ; return 0; 3. .以下是根据题目要求对例2.1进行改写后的程序和运行结果: #include using namespace std; class Time private: int hour; int minute; int second; public: void settime int h,int m,int s ; void showtime ; tl; int main tl.settime 22,24,0 ; tl.showtime ; return 0; void Time::settime int h,int m,int s tl.hour h,tl.minute m,tl.second s; void Time::showtime cout showtime: endl; cout tl.hour : tl.minute : tl.second endl; 4.以下根据要求对本章2、3、3进行完善后的程序和运行结果: #include #include using namespace std; class Student public: void display cout num: num endl; cout name: name endl; cout sex: sex endl; void set_value1 int n ; void set_value2 string m ; void set_value3 char s ; private: int num; string name; char sex; Stu; int main Stu.set_value1 12 ; Stu.set_value2 liu ; Stu.set_value3 F ; Stu.display ; return 0; void Student::set_value1 int n Stu.num n; void Student::set_value2 string m Stu.name m; void Student::set_value3 char s Stu.sex s;

文档评论(0)

sh4125733 + 关注
实名认证
内容提供者

该用户很懒,什么也没介绍

1亿VIP精品文档

相关文档