2016年1月1日
摘要: 上一篇介绍了gcc对成员函数指针做了thunk的处理,本篇介绍vc对成员函数指针如何处理,还有动态绑定相关的处理。 同样用回上一篇的例子: struct point {float x,y;}; struct obj { virtual ~obj {} void foo(int) {} void fo 阅读全文
posted @ 2016-01-01 12:03 bbqz007 阅读(1178) 评论(0) 推荐(1) 编辑