isthisreallyit
Programmer
Hi,
I want to do something like :
std::string ss;
cin >> ss;
but compiler complains. no operator found which takes a right-hand operand of type std::string .
please give the correct code, thanks.
I want to do something like :
std::string ss;
cin >> ss;
but compiler complains. no operator found which takes a right-hand operand of type std::string .
please give the correct code, thanks.