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

printf vs cout

Name: Anonymous 2008-04-06 9:03

y halo that /prog/,
why does it seem that everyone uses printf and scanf instead of their counterparts cout and cin?

Name: Anonymous 2008-04-06 12:08

>>10
cout << "enter naem: " << flush;
char buf[10];
cin >> buf;


cin >> is scanf, with the same problems.

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