The “unsigned” Conundrum--Tony “Bulldozer00” DaSilva
	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?


ACCU’s Overload journal of October 2016 is out. It contains the following C++ related articles.
An interesting talk!