home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH02 / A020828.TXT < prev    next >
Encoding:
Text File  |  1993-11-15  |  265 b   |  5 lines

  1. Stream I/O also supports input with cin.  This line gets two
  2. integers from the keyboard and assigns the values to the variables
  3. "a" and "b".  The user must enter two numbers separated by spaces,
  4. tabs, or new-line characters.  Input must end with the ENTER key.
  5.