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

  1. C++ provides a simple way to perform input and output to default
  2. input and output devices.  To print a prompt on the screen, send
  3. characters to cout.  In this program, the words "Please enter two
  4. integers" are sent.  They are followed the end-of-line character,
  5. "endl", so that the cursor moves to the next line.
  6.