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

  1. The increment or decrement operator can be placed before or after
  2. the variable.  If the operator appears before the variable,
  3. the value of the variable is modified before its reference is
  4. taken.  If the operator appears after the variable, the value
  5. of the variable is modified after its reference is taken.
  6.