摘要: #include //定义一个基类,模拟CWinAppclass Base{public: Base();// virtual void fn();/*测试虚函数结果:call the Derived's fn*... 阅读全文
posted @ 2012-04-15 17:05 javaadu 阅读(98) 评论(0) 推荐(0)