关于用VC++2005 express版的错误,超级错误
代码是这样的:#include<iostream>
int main()
{
cout<<"helloworld";
system("PAUSE");
return 0;
}
编译出这样的错误:
test.cpp
d:\projects\test\test\test.cpp(5) : error C2065: “cout”: 未声明的标识符
生成日志保存在“file://d:\Projects\test\test\Debug\BuildLog.htm”
test - 1 个错误,0 个警告