How can I get an equivalent of java.lang.Integer.MIN_VALUE on C++?
#include <limits>
std::numeric_limits<int>::min();
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With