home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11254.TXT < prev    next >
Encoding:
Text File  |  1993-09-27  |  143 b   |  4 lines

  1. In C, you use \n in a format string to specify that the next
  2. output should start on a new line.  In C++, you use the special
  3. function endl.
  4.