User profile: Bram van Velzen

User info
User name:Bram van Velzen
History
Joined:
Number of posts:7
Latest posts:

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 tree
I think I understand it. Is this a correct way to handle an error in opening the file if you want ...

Find word in binary tree
I've got one more question regarding the same project, it is however about filestoring. Can I ask th...

Find word in binary tree
All right, I changed the code to this: [code]branch* branch::find(string word) { if (word.compare(_...