03-29-2015, 07:03 AM
-2147483648 .. 2147483647 - the range of 32-bit signed integer.
I didn't know the limit was this important, either - I just thought that the number would modulo-wrap back into the 32-bit range if it exceeded it. I guess it's one of those Undefined Behaviors
I didn't know the limit was this important, either - I just thought that the number would modulo-wrap back into the 32-bit range if it exceeded it. I guess it's one of those Undefined Behaviors