R
red
How do I:
_bstr_t bID;
std::cout << "Please Enter bID:";
std::cin >> bID;
Obviously getting:
error C2679: binary '>>' : no operator found which takes a right-hand
operand of type '_bstr_t' (or there is no acceptable conversion)
red
_bstr_t bID;
std::cout << "Please Enter bID:";
std::cin >> bID;
Obviously getting:
error C2679: binary '>>' : no operator found which takes a right-hand
operand of type '_bstr_t' (or there is no acceptable conversion)
red