home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07099.TXT < prev    next >
Encoding:
Text File  |  1993-09-17  |  406 b   |  8 lines

  1. Because of the relationship between the C and C++ languages, many
  2. features that are traditionally associated with low level
  3. languages are available in C++.  Using pointers to access objects
  4. is one such feature.  A pointer is the address of the object
  5. memory.  Support for pointers as parameters and as return values
  6. of functions and operators is essential for programming dynamic
  7. memory allocation.
  8.