vs

[*] The original intention in C++98 was that you should use <cstdint> in C++, to avoid polluting the global namespace (well, not <cstdint> in particular, that’s only added in C++11, but the <c*> headers in general). However, implementations persisted in putting the symbols into the global namespace anyway, and C++11 ratified this practice[*]. So, you … Read more