home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07121.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  222.1 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: You can use the new operator to place an object of a class in FreeStore. Here, a phonebook object is placed in the dynamic memory area and its location is stored in the pointer, my book. An array of 26 phonebook objects is in the FreeStore at the address stored in the pointer, alpha book.