//
#include "stdafx.h"
#include
#include
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
string name="Microsoft";
cout<
}
【1>d:\编程\windows 应用程序\vc++\2008\vc++2008完全学习手册\第四章\string类\string类\string类.cpp(13) : error C2679: 二进制“<<”: 没有找到接受“std::string”类型的右操作数的运算符(或没有可接受的转换)】