I have an array as a class member which is constructed, using new, in a 
constructor.
The members of the array are pointers to a some class. Should i (must i) create 
a destructor to explicitly delete [] or can i rely on the compiler to take care 
of this
thank you.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to