摘要:
//方法一:多继承 /* //class mainop:public CSocketProtocol, public CEncDesProtocol{ }*/ //方法二:组合,在类里面组合对象 class mainop{ public: mainop(){ this->sp = NULL; this->ed = NULL; } mai... 阅读全文
posted @ 2019-03-18 09:35
星星之火可以燎源
阅读(392)
评论(0)
推荐(0)

浙公网安备 33010602011771号