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

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

你可能感兴趣的:(reference)