Subj : Re: overflow in C To : comp.programming From : Peter Ammon Date : Wed Sep 21 2005 12:12 pm Peter Ammon wrote: > > (OTOH, overflows, like int a = INT_MAX; a += 1; are undefined behavior.) > Oops, that should have read SIGNED overflows. Unsigned overflows work how we want (phew). -- Pull out a splinter to reply. .