To my understanding when I

Code:
cin >> input
and the 'input' is a long string with spaces inbetween, ie

Code:
"Hello out there."
Only "Hello" will be stored in 'input' because of the white spaces. How do I get the entire string in 'input'?