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
run it under valgrind. it will tell you that you did a bad thing