home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A02095.TXT < prev    next >
Encoding:
Text File  |  1993-07-28  |  109 b   |  3 lines

  1. "\n" and "endl" both cause a newline when used with cout.  "endl"
  2. flushes the buffer, while "\n" does not.
  3.