User: faizalabdrahman

  • Public profile

User profile: faizalabdrahman

User info
User name:faizalabdrahman
History
Joined:
Number of posts:10
Latest posts:

Overloading method for a specific type in a template class
ne555: 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 class
Thanks gang. Appreciate all the help given. I will try all the advices given tomorrow. :)

Overloading method for a specific type in a template class
TheDestroyer: 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 class
These are the updated files: BinaryTree.h (Base class) [code] #ifndef BINARYTREE_H #define BINARYTR...

Overloading method for a specific type in a template class
Doing a [code] template <> //specialization void BinarySearchTree<Map>::insert(Node<Map> *newNode,...

This user does not accept Private Messages