I\'d like to use the C99 header file inttypes.h in a Visual Studio project (I\'d like to printf 64 bit numbers).
However, this file does not seem to exist in my ins
No, it is not included in VS 2005.
An alternative is Boost's implementation in the Boost::Integer library, specifically boost/cstdint.hpp