Hey, I need to know what identifier i can use instead of string that will output all of the words that you type in the program. For example: if i was to use
string ans1;
cout <<"How are you?: ";
cin >>ans1;
and for my answer i typed "very good"...it would just display "very" not "very good"
what would i use instead of string?