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

  1. By default, whitespace characters are skipped when characters are
  2. being extracted from an input stream.  You can change this default
  3. by calling the ios member function skip() with an argument equal
  4. to zero, as shown in the example.
  5.