templated functions are the prototype including their body. The compiler resolves such functions when they're used. In the cpp-file they are 'out of sight' hence unresolved
Viblicent wrote:
How do I contain dynamic memory within a class? Wait, is that possible, in any shape or form?