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)
$ echo -e "#include <inttypes.h>\nPRIu64"|cc -E -|tail -n1
-e #include <inttypes.h>\nPRIu64$ echo "#include <inttypes.h>\
PRIu64"|cc -E -|tail -n1
"llu"