Looking for peer code reviewBunnyList.cpp part 2 [code] void RabbitList::purge() { if(getColonySize() == 1) { d...
Looking for peer code reviewBunnyList.cpp [code] #include <cstdlib> #include <iostream> #include <string> #include "BunnyList.h...
Looking for peer code reviewHi everyone, I'm learning C++ by myself and therefore I have no direct access to a mentor. This is ...
Question about constructor/destructor in a vector pointerI didn't know that vectors stored their data on the heap. I coincidentally just read this in the fol...
Question about constructor/destructor in a vector pointerOk, thanks for the quick answer. Although I'm still not sure why you advocate avoiding dynamic memo...