| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1662 人关注过本帖
标题:编译出问题
取消只看楼主 加入收藏
hddgwxn586
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2017-5-18
结帖率:66.67%
收藏
 问题点数:0 回复次数:2 
编译出问题
#include <iostream.h>
#include <stdio.h>
#include <string.h>
  
#include <iomanip.h>  
void main()
{
double amount = 22.0/7;
cout <<amount <<endl;
cout <<setdivcision(2) <<amount <<endl;

}
-------------------Configuration: 例16-16-03 - Win32 Debug--------------------
Compiling...
例16-16-03.cpp
C:\c009\例16-16-03.cpp(11) : error C2065: 'setdivcision' : undeclared identifier
Error executing cl.exe.
例16-16-03.exe - 1 error(s), 0 warning(s)
编译时出错!问题在哪?
搜索更多相关主题的帖子: 编译 include amount cpp exe 
2017-07-07 15:01
hddgwxn586
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2017-5-18
收藏
得分:0 
回复 3楼 rjsp

这个语句编译出错
cout << fixed << setprecision(2) << amount << endl; // 改为小数点后2位,输出3.14

--------------------Configuration: 例16-16-03 - Win32 Debug--------------------
Compiling...
例16-16-03.cpp
C:\c009\例16-16-03.cpp(13) : error C2065: 'fixed' : undeclared identifier
Error executing cl.exe.

例16-16-03.exe - 1 error(s), 0 warning(s)
2017-07-07 21:00
hddgwxn586
Rank: 1
等 级:新手上路
帖 子:37
专家分:0
注 册:2017-5-18
收藏
得分:0 
回复 5楼 rjsp
对了! 谢谢!
2017-07-07 23:25
快速回复:编译出问题
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.018587 second(s), 9 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved