Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

iostream vs. stdio

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)

Name: Anonymous 2007-11-28 9:02

>>71
doesn't work:
$ echo -e "#include <inttypes.h>\nPRIu64"|cc -E -|tail -n1
-e #include <inttypes.h>\nPRIu64


this works:
$ echo "#include <inttypes.h>\
PRIu64"|cc -E -|tail -n1
"llu"

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List