在cpp第一行添加#include "StdAfx.h"如果说有cin cout endl这种是未声明的标识符的提示,则在头文件包含语句下添加using namespace std;
#include"stdafx.h"using namespace std;
在你所建立得项目文件中的源文件中添加#include“stdafx.h”语句 ,当然你的头文件中也必须得有此包含文件,试试,重新编译运行,我的就这样没问题了!
你好像没有加<>