Is there a limit on the number of times a loops is allowed to execute? Theoretically speaking I mean, not one defined by the loops boundaries.
I have a simple loop that sets each value in an array to 0. however, when the iterations get very large (2.5e+16 etc) strange things are happening. It stops iterate, the ending boundary condition changes on its own and I get a program access violation.
Is this a compiler limitation or something else?
Thanks,
kirk
I have a simple loop that sets each value in an array to 0. however, when the iterations get very large (2.5e+16 etc) strange things are happening. It stops iterate, the ending boundary condition changes on its own and I get a program access violation.
Is this a compiler limitation or something else?
Thanks,
kirk