c++ - maximum value of int - Stack Overflow
is there any code to find the maximum value of integer (which is acccording to the compiler) in c/c++ like Integer.MaxValue function in java ... In C++: #include then use int imin = std::numeric_limits::min(); // minimum value int imax = std::numeric ......