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

  1. Once you have changed the default setting for skipping whitespace,
  2. you can change it back again either by calling the skip() function
  3. with a nonzero argument (as shown here), or by inserting the
  4. manipulator ws into the input stream. In this example, the value
  5. for third_val is still incorrect, even though the default for
  6. skipping whitespace has been restored.
  7.