I know while(cin) means while all previous operations on cin have succeeded, continue to loop. But what does that really mean?
Does it mean "after I have inputed all the values I want continue the loop" or "after completing the inputes that comes before continue the loop" or what? I'm confused.
If there is no imput before while(cin) what then will happen?