read a whole line from the input

Solutions on MaxInterview for read a whole line from the input by the best coders in the world

showing results for - "read a whole line from the input"
Vincenzo
02 Jan 2019
1string s;//possibly containing spaces
2getline(cin, s);
similar questions
queries leading to this page
read a whole line from the input