博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

c++虚函数 undefined reference to `vtable for

Posted on 2012-03-28 11:53  wangwangkunkun  阅读(1384)  评论(0编辑  收藏  举报

C++, 连接错误: undefined reference to `vtable for xxxxx'.

存在未实现的虚函数 !!

相关主题的详细介绍:

我对C++ VTable 的理解

http://blog.csdn.net/theCFan/archive/2005/04/24/360605.aspx

wikipedia 关于 vtable 的介绍

http://www.cse.wustl.edu/~mdeters/seminar/fall2005/mi.html

Itanium C++ ABI

http://www.codesourcery.com/cxx-abi/abi.html