I was reading the C Standard the other day, and noticed that unlike signed integer overflow (which is undefined), unsigned integer overflow is well defined. I\'ve seen it us
If you use it wisely (well commented and readable), you can benefit from it by having smaller and faster code.