User: Forgetful

  • Public profile

User profile: Forgetful

User info
User name:Forgetful
Old user name:Ger
History
Joined:
Number of posts:37
Latest posts:

Changing normal pointers to smart pointers
yes it is a linked list, im still getting many memory leaks not understanding how to clear up my mem...

Changing normal pointers to smart pointers
what about the node* main don't I have to delete that too? and since its [code] if (start) { delete...

Changing normal pointers to smart pointers
could I implement unique pointers if the program isn't circular dependency. if I changed [code] st...

Changing normal pointers to smart pointers
also when I run just the node destructor I get work(75281,0x11db805c0) malloc: *** error for object...

Changing normal pointers to smart pointers
I run the code with [code] ~WordSearch() { if(start) delete start; } ... node *st...

This user does not accept Private Messages