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

  1. "ends" is a special function that inserts a null character into a
  2. stream.  In this example, the individual characters that make up
  3. the string "hello" are inserted into the cout stream one character
  4. at a time.  This output statement ends with the insertion of the
  5. "ends" function to make the characters that are inserted into the
  6. stream a valid C++ string.
  7.