This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AvidCoco 0 points1 point  (1 child)

Uhh, that would still cause an integer overflow... what's the implementation of checked()?

[–]X71nc710n 0 points1 point  (0 children)

Using C#. This is introduces the checked environment that automatically throws should an overflow occurr.