When using:
string s;
cin >> s;
Which characters can string contain and which characters will stop the reading to string.
|
When using:
Which characters can string contain and which characters will stop the reading to string.
| |||
|
feedback
|
|
If you want to read complete line containing whitespaces as well, then you can use You can also use customized locale which you can set to | |||||||||
feedback
|
|
The delimiter is any character | |||||||||||
feedback
|