麻烦你用标准的C++。#include using namespace std;不要写什么iostream.h那是很老写法了,vs2010根本就不支持。要是你是写c的,麻烦你就不要vs2010。根本就不支持。
#include "stdafx.h"在头文件上加上,VS运行的话是要加这个的