C++ tip: Use int by default. Only use int32_t (or other fixed-width types) when exact size matters—and make it obvious why.

Next - Previous