I keep this CMU SEI bookmark <https://wiki.sei.cmu.edu/confluence/display/c/INT32-C.+Ensure+that+operations+on+signed+integers+do+not+result+in+overflow>_ as a reference for whenever I need to deal with overflow in C... it's probably useful for safe cross platform Nim coding, too.
- Fastest way to check for int32 overflows drkameleon
- Re: Fastest way to check for int32 overflows Stefan_Salewski
- Re: Fastest way to check for int32 overflows drkameleon
- Re: Fastest way to check for int32 overflows mratsim
- Re: Fastest way to check for int32 overfl... AmbrusFernas
- Re: Fastest way to check for int32 o... Stefan_Salewski
- Re: Fastest way to check for int... e
