Class problem c++Ok, i've resolved the problem, i hope... I put the methods insert and newNode inside the BinaryNode ...
Class problem c++First way, instead, the program crash: i use this: [code]BinaryNode<T>* temp = (*node)->getleft(); i...
Class problem c++The second way not working I think because isn't correct here? [code]template <typename T> void Bina...
Class problem c++Because Insert funciton call the methods newNode for create a new node As this: [code]template <type...
Class problem c++Uhm, then i must create a new methods Gets (left and right) for the insert? How can i fix it?
This user does not accept Private Messages