z-huu / ece244

0 stars 0 forks source link

implement Customer.cpp deconstructor #13

Closed z-huu closed 12 months ago

z-huu commented 12 months ago

done, and also implemented deconstructors for all classes. idea is that destructors are called recursively started with registerList, down to each register, down to each queuelist, then finally down to each customer.