home *** CD-ROM | disk | FTP | other *** search
- You have probably noticed that output statements in C++ often end
- with endl. endl is a special function that inserts a new line
- character into the stream and flushes any characters that are in
- the stream buffer to the ultimate consumer. After you insert
- endl, any new characters that are inserted appear on a new line.
-