链表编译的错误

来源:互联网 发布:linux php shell exec 编辑:程序博客网 时间:2024/05/21 22:24
Main.obj : error LNK2001: unresolved external symbol "public: __thiscall MyList<int>::~MyList<int>(void)" (??1?$MyList@H@@QAE@XZ)
Main.obj : error LNK2001: unresolved external symbol 
"public: bool __thiscall MyList<int>::Retrieve(int,int &)const " (?Retrieve@?$MyList@H@@QBE_NHAAH@Z)
Main.obj : error LNK2001: unresolved external symbol 
"public: bool __thiscall MyList<int>::Insert(int &)" (?Insert@?$MyList@H@@QAE_NAAH@Z)
Debug
/y.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.
 
原创粉丝点击