Bonjour,

lorsque j'ecris :
std::cin>>une_string;
VC++ me dit :

error C2679: binary '>>' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
Pourquoi ?
Merci