home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07099.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  278.9 KB  |  1 channel  |  11,025 sample rate  |  26 seconds
Transcription: 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.