Obviously it doesnt do anything inside the method, but my main aim is to get the program to compile without errors, then i will concentrate on the body of the method. The errors i get when trying to compile make me confused, so i was hoping if i give them, someone can help me out ...
here are the errors:
80 BSTree.h prototype for `const BSTree BSTree::operator=(const BSTree&)' does not match any in class `BSTree'
75 assign8\BSTree.h const BSTree& BSTree::operator=(const BSTree&)
80 assign8\BSTree.h template definition of non-template `const BSTree BSTree::operator=(const BSTree&)'
Hope these errors make sense to someone else... any help would be greatly appreciated as always.