Hi,<BR><BR>I have a base class whose destructor is pure virtual, so the class is abstract.<BR><BR>I have a derived class (subtype) whose multi-argument constructor wants to call the base class's zero ...
I recently had reason to run some of my code ( I'm on OSX 10.5 ) using Xcode's guard malloc, and boy did it explode. It's odd, because the code <I>runs fine in release mode</I>. In fact, the code's ...