Are you clear with unsigned?
The “unsigned” Conundrum
by Tony “Bulldozer00” DaSilva
From the article:
A few weeks ago, CppCon16 conference organizer Jon Kalb gave a great little lightning talk titled “unsigned: A Guideline For Better Code“. Right up front, he asked the audience what they thought this code would print out to the standard console:
Even though -1 is obviously less 1, the program prints out “a is not less than b“. WTF?
Add a Comment
Comments are closed.