Hi

I need help to know why am I getting "integer overflow" when trying to assign 10^10 to a
unsigned long int. My compiler is (gcc 4.2).

Doesn't unsigned long int vary from 0 to 4,294,967,295 in a ordinary 32bit IMB/PC?

Thanks.