home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A0709415.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  230.8 KB  |  1 channel  |  11,025 sample rate  |  21 seconds
Transcription: Function B calls the new operator to allocate bytes in the dynamic memory area for 1000 integers. The new operator assigns the location of these bytes to the pointer argB. Function B then uses a loop to assign values to every element in the array of integers located in the allocated bytes.