In C99, I include stdint.h and that gives me UINT32_MAX as well as uint32_t data type. However, in C++ the UINT32_MAX gets d
stdint.h
UINT32_MAX
uint32_t
std::numeric_limits::max() defines the maximum value for type T.
std::numeric_limits::max()
T