The unsigned integer types... «Язык программирования С++. Специальное издание»

  • Аватар пользователя
    shock_one
    22 марта 2012

    The 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