main.obj : error LNK2001: unresolved external symbol "public: __thiscall List<int>::~List<int>(void)" (??1?$List@H@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: int __thiscall List<int>::Inverse(void)" (?Inverse@?$List@H@@QAEHXZ)
main.obj : error LNK2001: unresolved external symbol "public: int * __thiscall List<int>::Get(int)" (?Get@?$List@H@@QAEPAHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: int __thiscall List<int>::Insert(int,int)" (?Insert@?$List@H@@QAEHHH@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall ListNode<int>::ListNode<int>(int const &)" (??0?$ListNode@H@@QAE@ABH@Z)
Debug/链表.exe : fatal error LNK1120: 5 unresolved externals
Error executing link.exe.
这是什么错误啊 救命啊
模版 老问题