CMyString - 0-1 - 开源中国社区
} CMyString CMyString::operator+( const CMyString& str ) //有问题 { CMyString newString; if ( str.m_pData == NULL ) { newString = *this; }...
CMyString - CodeWeblog.com
CMyString #include <string.h> #include <iostream> using namespace std; class CMyString { friend std::ostream& operator << ...
c语言 - 程序 - 51自学网
题目:如下为类型CMyString的声明,请为该类型添加赋值运算符函数。[cpp] class ...[plain]* 程序头部注释开始(为避免提交博文中遇到的问题,将用于表明注释的斜杠删...