Karl Kobata wrote:
Please help. Questions based on snippet of code below.
Please post code that works. Use cut and paste.
1) when myTestCase is deleted, is just the pointer deleted or the
entire instance with all of its data and data structure deleted?
Have you read the manual secti
Please help. Questions based on snippet of code below.
1) when myTestCase is deleted, is just the pointer deleted or the
entire instance with all of its data and data structure deleted?
2) What is the practice for deleted the object and recovering the
memory it occupies?
3) If