You are on page 1of 1

Pg 33

The second operator prints endl, which is a special value called a manip
ulator.
Writing endl has the effect of ending the current line and flushing the buffer
associated with that device. Flushing the buffer ensures that all the output the
program has generated so far is actually written to the output stream, rather th
an
sitting in memory waiting to be written.
using extern.

You might also like