home *** CD-ROM | disk | FTP | other *** search
- Because of the relationship between the C and C++ languages, many
- features that are traditionally associated with low level
- languages are available in C++. Using pointers to access objects
- is one such feature. A pointer is the address of the object
- memory. Support for pointers as parameters and as return values
- of functions and operators is essential for programming dynamic
- memory allocation.
-