C++问题求解,谢谢 总是显示“endl”: 未声明的标识符

2024-12-01 19:04:19
推荐回答(4个)
回答1:

#include "stdAfx.h" //这个放在最前面
#include
using namespace std;

int main()
{
cout<<"Hello world"< cout<<"This is a hello world"< return 0;
}

回答2:

在我的编译器里#include "stdAfx.h"是这个头文件无法识别。

你把这句去掉就可以了。

回答3:

#include "stdAfx.h" 放在最上面 #include 之前

回答4:

如果别人的方法不行,就将输入法切换为英语(美国)使符号正确