0

Any idea why my loop

for(int i = Int32.MinValue; i <= Int32.MaxValue; ++i)

isn't terminating? Should not this be the way to iterate over all ints?

Ms. Corlib
  • 4,993
  • 4
  • 12
  • 19

0 Answers0