摘要:
#include <stdio.h>#include <stdio.h>#include <iostream>using namespace std;class Base{ public: virtual void f(){cout <<"Base:f"<<endl;} virtual void g(){cout<<"Base:g"<<endl;} virtual void h(){cout<<"Base :h" <<endl; 阅读全文
posted @ 2012-04-03 23:56
lzhenf
阅读(357)
评论(1)
推荐(0)