摘要: Virtual Functions and Inheritance This section presents the C++ code for a typical virtual function invocation scenario. This is then compared to the 阅读全文
posted @ 2011-11-02 18:47 mlj318 阅读(783) 评论(0) 推荐(0) 编辑
摘要: typedef void (* PF)(); 换成 typedef void (* PF)(int,int,...); typedef void (* PF)(,...); typedef void (* PF)(int,int,int*); 都可以 但是换成 typedef void (* PF) 阅读全文
posted @ 2011-11-02 15:17 mlj318 阅读(1745) 评论(0) 推荐(0) 编辑