Changing normal pointers to smart pointersyes it is a linked list, im still getting many memory leaks not understanding how to clear up my mem...
Changing normal pointers to smart pointerswhat about the node* main don't I have to delete that too? and since its [code] if (start) { delete...
Changing normal pointers to smart pointerscould I implement unique pointers if the program isn't circular dependency. if I changed [code] st...
Changing normal pointers to smart pointersalso when I run just the node destructor I get work(75281,0x11db805c0) malloc: *** error for object...
Changing normal pointers to smart pointersI run the code with [code] ~WordSearch() { if(start) delete start; } ... node *st...
This user does not accept Private Messages