I can't be bothered to find something, but your question looks dodgy anyway. Just making sure: You do know that class templates must be implemented in the header? You can't have a seperate class header to implementation with templates. Also, using namespace std; in header files is normally very bad practice.
Just making sure: You do know that class templates must be implemented in the header? You can't have a seperate class header to implementation with templates
I'm not sure what you mean. Do you mean the actual methods of the class have to be written out in the class header?