As it turns out... an unsigned int can not go to less than 0, so the loop never terminates.
9.6 KiB
9.6 KiB
As it turns out... an unsigned int can not go to less than 0, so the loop never terminates.