标题:模版 老问题
取消只看楼主
winey
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2006-2-16
 问题点数:0 回复次数:0 
模版 老问题

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.


这是什么错误啊 救命啊

搜索更多相关主题的帖子: 模版 
2006-05-24 19:58



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-66868-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.117190 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved