home *** CD-ROM | disk | FTP | other *** search
- "ends" is a special function that inserts a null character into a
- stream. In this example, the individual characters that make up
- the string "hello" are inserted into the cout stream one character
- at a time. This output statement ends with the insertion of the
- "ends" function to make the characters that are inserted into the
- stream a valid C++ string.
-