Removing element from dynamic arrayOh I'm so dumb. I forgot to "make clean" in the terminal before running the tests again. It totally ...
Removing element from dynamic arrayUnfortunately order does matter because the test cases first removes one element and then checks for...
Removing element from dynamic array[code] // SimpleList.h #ifndef SIMPLELIST_H #define SIMPLELIST_H #include "EmptyListExceptio...
Fixing memory leakThank you for all the help. I was able to fix the memory leaks.
Fixing memory leakHow would I deallocate in setName()? [code] void Student::setName(const char * const name) { t...
This user does not accept Private Messages