Memory leakage in c++ program in LINUX

India
September 18, 2006 5:28am CST
hello, In my program, there is concept of parent child. The child contains base and derived classes. in parent i have one base class pointer, i am forking child and assigning desired derivered class object dynamically by calling new operator..... so the problem is where to delete the allocated memory ...????
No responses