为了账号安全,请及时绑定邮箱和手机立即绑定

C++读入并显示整数,为何显示错误

C++读入并显示整数,为何显示错误

C++
GCT1015 2018-07-05 10:10:23
小白一枚,艰难自学ing按照书本和讲解视频敲的代码,不是很理解反馈的错误是什么意思,求大神指教~#include<iostream>using namespace std;int main(){ int radius; cout << "Please enter the radius!\n"; cin >> radius; cout << "The radius is:" << radius << '\n'; cout << "PI is:" << 3.14 << '\n'; cout << "Please enter a different radius!\n"; cin >> radius; cout << "Now the radius is changed to:" << radius << '\n'; return 0;}
查看完整描述

2 回答

?
largeQ

TA贡献2039条经验 获得超7个赞

你启用了VC的预编译头功能,一般默认是开启到。你需要把标准库头文件加到stdafx.h中,然后再main的cpp文件里包含stdafx.h

查看完整回答
反对 回复 2018-07-31
  • 2 回答
  • 0 关注
  • 914 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信