摘要: UpperCase.h #include "stdafx.h"#include "MyString.h"//:public MyString,在声明里指定了继承.class UpperCase:public MyString{public: UpperCase( const char * str= 0 ); UpperCase( const string & str); virt... 阅读全文
posted @ 2007-04-19 14:09 吴东雷 阅读(1141) 评论(5) 推荐(0)