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

  1. If you are extracting integer or floating-point values from the
  2. stream and these characters are preceded by blanks, the results
  3. will be unpredictable if you do not skip whitespace.  In this
  4. example, if the series of characters that are extracted for
  5. first_val and sec_val are preceded by blanks, the values assigned
  6. to first_val, sec_val, and third_val do not equal the values in
  7. the input stream.
  8.