c++ - Why do cin and cout use << and >> -


possible duplicate:
why bitwise shifts (<< , >>) used cout , cin?

i understand cout , cin overload bitwise operators << , >>. however, of time functions , tools use arguments or parameters pass information.

is there reason in grand history of c++ has lead being case?

i know rudimentary thing, new c++ , searching , google, asking few folks, has not turned answer.

(a) operator precedence

and

(b) looks nice - form of operators suggests function


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c++ - Using OpenSSL in a multi-threaded application -

All overlapping substrings matching a java regex -