Array of pointers not changing out of scope?We were supposed to make our own growable array. (this is an exercise) For some reason the code o...
Array of pointers not changing out of scope?I have a PiggyBank class that stores "Coins" with the functions DropIn and GrabOut. The functions wi...