Monday, August 30, 2010

Is char a Signed Type

std::numeric_limits<char>::is_signed tells you if char is a signed type or not.

Reference: The C++ Standard Library by Nicolai M. Josuttis. Addison-Wesley, 1999, p. 61-62.

No comments:

Post a Comment