home *** CD-ROM | disk | FTP | other *** search
- 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.
-