Juergen, I'm an not sure exactly what your question is. However, I will explain that calling the destructor "A::~A()" will *not* delete the object in memory. corey On Fri, 04 Feb 2005 11:27:08 -0600, Jürgen Geiser <juergen.geiser@xxxxxxxxxxxxxxxxxxxxx> wrote: > > Deat user, > > because of a change to C++ for linux, > we have to know have to delete the objects. > > Let me know how to change in C++ : > > A::~A() > > that means to delete the whole class of A. > > Best regards, > > Juergen >