Go back to Richel Bilderbeek's homepage.
Go back to Richel Bilderbeek's C++ page.
GetMaxInt is a checking code snippet to get the maximal value of an int.
GetMaxInt has two flavors:
#include <limits> |
#include <boost/numeric/conversion/bounds.hpp> |
#include <iostream> |
Screen output:
Max int: 2147483647 |
Go back to Richel Bilderbeek's C++ page.
Go back to Richel Bilderbeek's homepage.