I am using a CStringArray in my program. I wish to not only free the memory associated with the pointers to the strings in the array (as is done with RemoveAt() and RemoveAll()), but I also wish to free the memory allocated to the actual strings. MSDN doesnt list a function for doing this. How do I do it manually?
Thanx