A newbie question

From: Birt (birta_at_imp.com)
Date: 05/29/04


Date: Sat, 29 May 2004 04:13:36 GMT

int myint = 0;
cin >> myint;

What will happen if enter a large "number" like "112423453253452352345" for
"myint"?

How to check to see if the "number" that user enters is too large to be hold
by "myint"?

Thanks!