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-classesOk, so i have this template class, which is kinda like one-way list. template <typename T> List and …
c++ class templates template-function template-classes