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

未定义标识符

代码:

#include "iostream"

#include "stdlib.h"

#include "stdafx.h"

using namespace std;


int main()

{

cout << "请输入一个整数:";

int x;

cin >> x;

cout << oct << x << endl;

cout << dec << x << endl;

cout << hex << x << endl;


cout << "请输入一个布尔值(0,1):";

bool y = false;

cin >> y;

cout << boolalpha << y << endl;


system("pause");

return 0;

 }

报错:

1>e:\project\c++\test\test\test\test.cpp(13): error C2065: “cout”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(13): error C2065: “hex”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(13): error C2065: “endl”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(15): error C2065: “cout”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(17): error C2065: “cin”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(17): warning C4804: “>>”: 在操作中使用类型“bool”不安全

1>e:\project\c++\test\test\test\test.cpp(18): error C2065: “cout”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(18): error C2065: “boolalpha”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(18): error C2065: “endl”: 未声明的标识符

1>e:\project\c++\test\test\test\test.cpp(20): error C3861: “system”: 找不到标识符



刚开始求解答,谢谢。


正在回答

1 回答

https://img1.sycdn.imooc.com//5ac2d9b90001b72a03960144.jpg这样子就好了


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
C++远征之起航篇
  • 参与学习       291032    人
  • 解答问题       760    个

C++亮点尽在其中,本课程是在C语言基础上的一个延伸,得以升华

进入课程

未定义标识符

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信