peterworth
Programmer
if an instance of CMap<DWORD,DWORD&,char*,char*> has arrays of chars set to it's values, when it is deleted, will the arrays also be deleted? i.e. will the equivelent of
delete []charArray;
be called for each value in each pair?
delete []charArray;
be called for each value in each pair?