| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 608 人关注过本帖
标题:模版 老问题
取消只看楼主 加入收藏
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
快速回复:模版 老问题
数据加载中...
 
   



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

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