I am writing a template class for an array of objects, call it arrayobjclass, which holds pointers to other objects, specifically to other arrays in my implementation. The a
Define your function templates in the header. Compiler needs to see them.
Cheers & hth.,