home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11115.TXT < prev    next >
Encoding:
Text File  |  1993-11-23  |  282 b   |  6 lines

  1. The C++ input and output operators are more efficient than scanf()
  2. and printf().  scanf() and printf() take format strings as
  3. arguments, and these format strings have to be parsed at run time.
  4. The bindings for C++ input and output, on the other hand, are done
  5. at compile time.
  6.