I thought that the delete command would free up memory I allocated. Can someone explain why it seems I still have the memory in use after delete?
class Test { pu
Accessing deleted object is an undefined behavior. Anything can happen