I was just in class, learning about STL and class templates. My teacher said you cannot split the class declaration and the function definitions into the normal header/cpp file like you can with non template classes.
Is this true, and if so why? I assume it would have somthing to do with the linking process because you can choose any datatype to work with in templates?
Thanks