> Hey folks. I'm fine-tuning an in-house memory debugging utility, and I'm > curious if it's possible to override the global operators new() and > delete()? yes. > How can I wrap the global new and delete operators that your > average C++ CW6 > program utilize? Trapping the resulting MemPtrNew is not an option. it is fairly straightforward. you may want to have a look at the book effective c++ for a good discussion of various techniques. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
