Answers for "how to cin string with space in c++"

C++
7

how to make string get spaces c++

string s;
getline(cin,s);
Posted by: Guest on June-02-2020

Browse Popular Code Answers by Language