You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Curious. I always thought integer underflow meant passing the lowest representable number. Not sure if I am too happy with calling it integer overflow or integer wrap-around instead.
03-Style - line 368
The text mentions "integer underflow". There is no such thing. Underflow (that is, truncation to zero) happens only for floating point types.
https://stackoverflow.com/questions/6360049/what-are-arithmetic-underflow-and-overflow-in-c
The text was updated successfully, but these errors were encountered: