摘要: #include #include using namespace std;class CMyString{public:CMyString(char *pData=NULL);//构造函数CMyString(const CMyString &str);//复制构造函数CMyString& oper... 阅读全文