> and I declare a number of class A objects in the heap > and put them as global static variables. > > The problem is I can't delete class A objects even > when I do it at the end of the program eventhough I
are you calling delete [] myC; in your destructors? note the []. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
