visual c++ 2010 express 用最简略的hello world试着编译老是出错,求解
visual c++ 2010 express 用最简单的hello world试着编译老是出错,求解?

求问到底错在哪里?是我Visual C++安装处了问题吗?
------解决方案--------------------
文件名"hello world.c"改成helloword.cpp
#include <iostream>
using namespace std;
int main()
{
cout<<"hello world!";
return 0;
}
求问到底错在哪里?是我Visual C++安装处了问题吗?
------解决方案--------------------
文件名"hello world.c"改成helloword.cpp