帮我解释说明一下!thank u
qyqyq 2004-01-05 04:33:32 In the Debug library, all allocated memory blocks are bracketed with a series of "guard bytes." If these bytes are disturbed by an errant memory write, then the diagnostic routines can report a problem. If you include the line:
#define new DEBUG_NEW
in your implementation file, all calls to new will store the filename and line number where the memory allocation took place.