C++ cout出错

我刚开始学习C++,用的是Microsoft Visual 2013。程序如下:
# include <isolation.h>;
using namespace std;
int main(){
cout << "hello my world!";
return 0;
}

为什么会说 Error 2 error C2065: 'cout' : undeclared identifier
求助啊~

第1个回答  2018-04-22
加入 # include <stdio.h>
第2个回答  2014-05-02
第一行的“;”去掉

相关了解……

你可能感兴趣的内容

本站内容来自于网友发表,不代表本站立场,仅表示其个人看法,不对其真实性、正确性、有效性作任何的担保
相关事宜请发邮件给我们
© 非常风气网