printf - C++ Reference - cplusplus.com - The C++ Resources Network
.precision description.number For integer specifiers (d, i, o, u, x, X): precision specifies the minimum number of digits to be written. If the value to be written is shorter than this number, the result is padded with leading zeros. The value is not trun...