I am facing a problem with my linked list class, I have created the interface and implementation files of the class, but when I build it, this error occurs: \"invalid use of tem
And similarly for other member functions. But you'll run into another problem - declarations and definitions of a template can't be separated to different files.