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

Enterprise Sepples

Name: Anonymous 2008-04-22 20:33

Does your project use iostream?  I always hear about iostream as the example of C++'s bloat, do those forced to use the language actually use it?

Name: Anonymous 2008-04-23 2:39

>>16
No.
< is not for input.
a < b in the shell feeds b's contents to a.
cout << "hello". What's so hard to grasp about that? It's the same
a > b writes the output of a to b.
cin >> i;
cin reads (and evaluates) to some value, which is written to i. (Actually, it's not that way in C++, but you get the point, don't you?)

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