菜鸟的问题
#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的。。。