User: qwerty123456

  • Public profile

User profile: qwerty123456

User info
User name:qwerty123456
History
Joined:
Number of posts:8
Latest posts:

Removing element from dynamic array
Oh I'm so dumb. I forgot to "make clean" in the terminal before running the tests again. It totally ...

Removing element from dynamic array
Unfortunately 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 leak
Thank you for all the help. I was able to fix the memory leaks.

Fixing memory leak
How would I deallocate in setName()? [code] void Student::setName(const char * const name) { t...

This user does not accept Private Messages