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

  1. There are several ways to increment a value.  In this example,
  2. the value of count is incremented using the increment operator,
  3. using the += (plus equals) operator, and using the addition
  4. operator.
  5.