home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH11 / A11173.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  506 b   |  9 lines

  1. Consider this input statement.  The number of characters that are
  2. extracted from the cin stream depends on the type of x and the
  3. settings of the format state for the stream.  For example, if you
  4. extract a pointer to character type, all the characters until the
  5. next whitespace character are extracted. If you extract an 
  6. integer or floating-point value, all the characters are 
  7. extracted until the first character that is not a digit or a 
  8. valid numeric symbol (such as a sign or a decimal point).
  9.