J
jamie
Is there a way to prevent an overflow of a variable?
Or is the only(/best) way is to do a try-catch statement?
The idea is that i can have an integer (signed or unsigned)
that just keeps rolling over. 0000 to FFFF and back to
0000.
Thanks for all help.
Or is the only(/best) way is to do a try-catch statement?
The idea is that i can have an integer (signed or unsigned)
that just keeps rolling over. 0000 to FFFF and back to
0000.
Thanks for all help.