Hi all,
When the following code is executed, we cannot input any string with white-space.
What if I actually want to input several words separated by white-spaces? How should I do that

Thanks in advance

Code:
string temp;
 cin>>temp;