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

  1. cin is defined in the I/O Stream Library as an object of a class
  2. derived from istream.  Extracting characters from cin in C++ is
  3. analogous to calling scanf() in C.
  4.