0
how to take multiple word string in c++????Someone explain with a example please...please
how to take multiple word string in c++????Someone explain with a example please...pleasehow to take multiple word string in c++????Someone explain with a example please...please
1 Réponse
+ 2
string words;
getline(cin, words);
cout << words;