| bio | website | |
|---|---|---|
| location | heaven | |
| age | ||
| visits | member for | 3 years, 1 month |
| seen | Jan 8 at 16:44 | |
| stats | profile views | 9 |
whacko
|
Nov 24 |
accepted | C++ Templates and comparing different types |
|
Nov 22 |
comment |
C++ Templates and comparing different types @avakar updated the post, thanks! |
|
Nov 22 |
revised |
C++ Templates and comparing different types deleted 45 characters in body |
|
Nov 22 |
asked | C++ Templates and comparing different types |
|
Oct 27 |
awarded | Supporter |
|
Oct 30 |
awarded | Scholar |
|
Oct 30 |
accepted | Pointers - passing ptr to a ptr or passing address of a ptr |
|
Oct 30 |
comment |
Pointers - passing ptr to a ptr or passing address of a ptr After a lot of thought :) and pen/paper work, I have understood what you are trying to say. |
|
Oct 30 |
revised |
Pointers - passing ptr to a ptr or passing address of a ptr added 265 characters in body |
|
Oct 30 |
comment |
Pointers - passing ptr to a ptr or passing address of a ptr Sorry, if my question was not clear. It is not about BST, but pointers. If you see the two calls to removeLeft() in the main() function. One of them works fine and the second one does not. |
|
Oct 30 |
comment |
Pointers - passing ptr to a ptr or passing address of a ptr If I am deleting node(10) in the given binary searching tree, it should be replaced with node(5). Your code is deleting up the entire tree. |
|
Oct 30 |
comment |
Pointers - passing ptr to a ptr or passing address of a ptr Can you elaborate a bit more? removeNode(nodePtr) vs removeNode(&node). I agree that nodePtr and &node are different but *nodePtr and node are pointing to the same location. |
|
Oct 30 |
revised |
Pointers - passing ptr to a ptr or passing address of a ptr added 15 characters in body |
|
Oct 30 |
awarded | Student |
|
Oct 30 |
revised |
Pointers - passing ptr to a ptr or passing address of a ptr added 15 characters in body |
|
Oct 30 |
awarded | Editor |
|
Oct 30 |
revised |
Pointers - passing ptr to a ptr or passing address of a ptr added 15 characters in body |
|
Oct 30 |
asked | Pointers - passing ptr to a ptr or passing address of a ptr |