答案家

 找回密码
 立即注册
查看: 920|回复: 1

c++面向对象程序设计课后习题答案(谭浩强版)

[复制链接]

1万

主题

1万

帖子

81万

积分

校长

Rank: 9Rank: 9Rank: 9

积分
817632
发表于 2016-10-26 16:42:33 | 显示全部楼层 |阅读模式
第一章
5:
#include <iostream> using namespace std; int main() {
cout<<"This"<<"is";  cout<<"a"<<"C++";
cout<<"program."<<endl;  return 0; } 6:
#include <iostream> using namespace std; int main() {
int a,b,c;  a=10;  b=23;  c=a+b;
cout<<"a+b=";  cout<<c;  cout<<endl;  return 0; }  7:
#include <iostream> using namespace std; int main() {
int a,b,c;
int f(int x,int y,int z);  cin>>a>>b>>c;  c=f(a,b,c);
cout<<c<<endl;  return 0; }  
int f(int x,int y,int z) {
  int m;

游客,如果您要查看本帖隐藏内容请回复
回帖码请关注我们的公众号获取。

请在电脑访问我们的网站下载答案,手机下载可能会造成答案不正常显示!QQ群1097987313公告有详细步骤。

该答案由网友整理提供,如果答案不符请扫描关注我们的公众号反馈给我们。

0

主题

8

帖子

128

积分

小学生

Rank: 2

积分
128
发表于 2019-3-4 16:53:51 | 显示全部楼层
阿里啦咯了
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

CopyRight(c)2016 www.daanjia.com All Rights Reserved. 本站部份资源由网友发布上传提供,如果侵犯了您的版权,请来信告知,我们将在5个工作日内处理。
快速回复 返回顶部 返回列表