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

  1. This is a simple code example.  It asks the user to input two
  2. numbers, and then computes the sum of the numbers and prints a
  3. line with the result.  We will look at this program a line at a
  4. time to explain a number of basic C++ features.
  5.