In article <epchp6$3hb$00$>,
says...
[ ... ]
> > I'd strongly recommend using the new standard types, int8/16/32/64_t.
>
> Actually, they aren't standard types in C++. They are typedefs that were
> introduced with the C standard library header stdint.h in C99. But C++ is
> based on C90, so it doesn't officially have it. On compilers that support
> both C++ and C99, you can ususally use that header in C++, too.
Just FWIW, TR1 has cstdint and stdint.h, and it's essentially certain
that the next C++ standard will require them as well.
--
Later,
Jerry.
The universe is a figment of its own imagination.