The unsigned integer types... «Язык программирования С++. Специальное издание»
shock_one22 марта 2012The unsigned integer types are ideal for uses that treat storage as a bit array. Using an unsigned instead of an int to gain one more bit to represent positive integers is almost never a good idea.
296