The compiler needs the template code in scope (ie, the header file) if it is to instantiate the template for the required type, be it int or whatever.
Got it working. Thanks for the help! Total noob question, but thanks for taking the time...
The compiler needs the template code in scope (ie, the header file) if it is to instantiate the template for the required type, be it int or whatever.
Got it working. Thanks for the help! Total noob question, but thanks for taking the time...