home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH03 / A03097.TXT < prev    next >
Encoding:
Text File  |  1993-08-10  |  136 b   |  4 lines

  1. In the expression a + (b * c), the compiler creates a temporary
  2. object to hold the value of (b * c).  This object has no
  3. identifier.
  4.