Answers for "read a whole line from the input"

C++
0

read a whole line from the input

string s;//possibly containing spaces
getline(cin, s);
Posted by: Guest on April-12-2021

Code answers related to "read a whole line from the input"

Browse Popular Code Answers by Language