numeric_limits « STL Algorithms Helper « C++






1.Use numeric_limits to get max value for short, int and long
2.Use numeric_limits to get max value for float, double and long double
3.Whether char is signed
4.Whether numeric limits for type string exist
5.Using numeric_limits Template Class to Calculate Type Ranges