<climits>
Home Up

 

Same level pages:
<algorithms>
<cassert>
<cerrno>
<cctype>
<cfloat>
<climits>
<clocale>
<cmath>
<complex>
<csetjmp>
<csignal>
<cstdarg>
<cstddef>
<cstdio>
<cstdlib>
<cstring>
<ctime>
<cwchar>
<cwctype>
<exception>
<fstream>
<functional>
<iomanip>
<ios>
<iostream>
<istream>
<iterator>
<limits>
<locale>
<memory>
<new>
<numeric>
<ostream>
<sstream>
<stdexcept>
<streambuf>
<string>
<typeinfo>
<utility>
<valarray>

Parent level pages:
STL
FAQs
Headers
Libraries

Macros

CHAR_BIT
Maximum number of bits in a char.
CHAR_MAX
Maximum value of a char.
CHAR_MIN
Minimum value of a char
SCHAR_MAX
Maximum value of a signed char.
SCHAR_MIN
Minimum value of a signed char.
UCHAR_MAX
Maximum value of an unsigned char.
USHRT_MAX
Maximum value of an unsigned short int.
SHRT_MAX
Maximum value of a (signed) short int.
SHRT_MIN
Minimum value of a (signed) short int.
INT_MAX
Maximum value of a (signed) int.
INT_MIN
Minimum value of a (signed) int.
UINT_MAX
Maximum value of an unsigned int.
LONG_MAX
Maximum value of a (signed) long int.
LONG_MIN
Minimum value of a (signed) long int.
ULONG_MAX
Maximum value of an unsigned long int.
MB_LEN_MAX
Maximum number of bytes in a character.
 
ŠPaul Buis & Ball State University Author: Paul Buis (peb@bsu.edu) Last Modified:10/31/00 05:31 PM

NOTICE: The information presented on this page represents the personal views, ideas, and opinions of the author. This is not an official Ball State University web page. Links contained at this web site to other organizations, are presented as a service and neither constitute nor imply university endorsement or warranty.