User: bsmith

  • Public profile

User profile: bsmith

User info
User name:bsmith
Old user name:pstumbaugh
History
Joined:
Number of posts:12
Latest posts:

Struct Destructor
I am having trouble figuring out how to setup a destructor for a struct. Here are the items within...

Linked List Destructor Help
When running valgrind on my program, it is not showing any memory leaks, however I am still getting ...

Recursion example
I am new to the idea of recursion in functions. For example, I'm building a program, but I want to t...

Memory Leak question
Here's where I delete memory: [code] //Destructor list::~list() { if (head != nullptr) //if...

Memory Leak question
I'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