Overloading method for a specific type in a template classne555: You're right. I managed to overload a single method using [code] template <> void insert(Nod...
Overloading method for a specific type in a template classThanks gang. Appreciate all the help given. I will try all the advices given tomorrow. :)
Overloading method for a specific type in a template classTheDestroyer: If i overload a whole class, i can't overload a constructor because it doesn't have an...
Overloading method for a specific type in a template classThese are the updated files: BinaryTree.h (Base class) [code] #ifndef BINARYTREE_H #define BINARYTR...
Overloading method for a specific type in a template classDoing a [code] template <> //specialization void BinarySearchTree<Map>::insert(Node<Map> *newNode,...
This user does not accept Private Messages