But when I make a new object in main and run them, I get these errors.
Error LNK2019 unresolved external symbol "public: __thiscall Ring<int>::Ring<int>(void)" (??0?$Ring@H@@QAE@XZ) referenced in function _main LinkedSortedList
Error LNK2019 unresolved external symbol "public: void __thiscall Ring<int>::insert(int const &)" (?insert@?$Ring@H@@QAEXABH@Z) referenced in function _main LinkedSortedList
I thought I got the templates and everything working. Is it the base class that's the problem? I worked with the base class by itself and it works fine.