Memory leak after removing word from binary tree. No answer yet, it must have been busy at this forum. I found the answer on my own, it turns out to ...
Memory leak after removing word from binary tree. I've made a binary tree for which I have written a function to remove a word. I change the pointers ...
Find word in binary treeI think I understand it. Is this a correct way to handle an error in opening the file if you want ...
Find word in binary treeI've got one more question regarding the same project, it is however about filestoring. Can I ask th...
Find word in binary treeAll right, I changed the code to this: [code]branch* branch::find(string word) { if (word.compare(_...