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

2010年4月7日

摘要: How do I declare and use a pointer to a class member function? (top) The syntax is similar to a regular function pointer, but you also have to specify the class name. Use the .* and ->* operators ... 阅读全文

posted @ 2010-04-07 17:04 海岛 阅读(223) 评论(0) 推荐(0) 编辑