home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH07 / A07131.WAV (.mp3) < prev    next >
Waveform Audio File Format  |  1993-10-21  |  220.4 KB  |  1 channel  |  11,025 sample rate  |  20 seconds
Transcription: The default or compiler supplied new operator returns a pointer to the allocated memory if the allocation is successful. In Compilers Now Available, it returns the null pointer if the allocation cannot be completed. Your program should either check the return value before trying to access the memory or supply its own handler.