Struct DestructorI am having trouble figuring out how to setup a destructor for a struct. Here are the items within...
Linked List Destructor HelpWhen running valgrind on my program, it is not showing any memory leaks, however I am still getting ...
Recursion exampleI am new to the idea of recursion in functions. For example, I'm building a program, but I want to t...
Memory Leak questionHere's where I delete memory: [code] //Destructor list::~list() { if (head != nullptr) //if...
Memory Leak questionI'm working on finding memory leaks currently with a program I'm new to. I'm running valgrind/gdb an...
This user does not accept Private Messages