摘要: 一 单继承 1) 代码: CodeCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#include using namespace std;class A{public: void f1(){cout typedef void (*Fun)(... 阅读全文
posted @ 2009-02-27 22:35 iTech 阅读(3530) 评论(1) 推荐(1)