Quote:
Originally Posted by dabackwoodboy
can anyone tell me what integer overflow means
|
Something happened to a stored number that caused it to be larger than can be stored to represent it.
On the phone, an Integer can only be so large, so when you try to add 1 to a number that is at its max size, an overflow occurs.