I created a class "Clients" that dynamically allocates an array of AllClientData objects (clientFile = new AllClientData[capacity];). I also implemented a destructor that deallocates memory from the ...
I created a class "Clients" that dynamically allocates an array of AllClientData objects (clientFile = new AllClientData[capacity];). I also implemented a destructor that deallocates memory from the ...