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

  1. Parentheses can be used to control the order of evaluation.
  2. It is a good programming practice to include parentheses in
  3. complicated expressions.  They ensure that the expression
  4. is evaluated in the order that you expect.
  5.