User profile: Marcan

User info
User name:Marcan
History
Joined:
Number of posts:24
Latest posts:

Looking for peer code review
BunnyList.cpp part 2 [code] void RabbitList::purge() { if(getColonySize() == 1) { d...

Looking for peer code review
BunnyList.cpp [code] #include <cstdlib> #include <iostream> #include <string> #include "BunnyList.h...

Looking for peer code review
Hi 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 pointer
I 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 pointer
Ok, thanks for the quick answer. Although I'm still not sure why you advocate avoiding dynamic memo...