Name: Anonymous 2007-11-22 14:09
so, I've got EXPERT PROGRAMMERS telling me to use printf instead of cout in c++, ok but why? what is the difference (in b4 stream)
<stdint.h> and <inttypes.h>uint64_t for example, and to print it using printf() you write
uint64_t n = UINT64_MAX;
printf("%"PRIu64"\n", n);