Top "Template-classes" questions

C++ class template undefined reference to function

I keep getting undefined reference when i call the two functions from my template class "add" and "greater" in my …

c++ c class undefined-reference template-classes