读书人

初学者的有关问题

发布时间: 2012-03-18 13:55:38 作者: rapoo

菜鸟的问题
#include <iostream.h>
#include <string>
using namespace std;
void main()
{
string a;
cin> > a;
}
error C2679: binary '> > ' : no operator defined which takes a right-hand operand of type 'class std::basic_string <char,struct std::char_traits <char> ,class std::allocator <ch
我已经这问题困扰久了,请问是什么错误呀、


[解决办法]
汗LS的。。。

读书人网 >C++

热点推荐