其他语言
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-5-13 月光软件站
class b{public: virtual void mf( int p ) ;} ;void b::mf( int p ){ cout << "member function mf in b called, " << "value of parameter is " << p << endl ;}
相关软件: