MFC CString 用法小结3
直接使用该缓冲区 ASSERT( s.GetLength() == 3 ); // 字符串长度 = 3 s.ReleaseBuffer(); // 释放多余的内存,现在p 无效。 ASSERT( s.GetLength() == 3 ); // 长度仍然是3 9.CString::Remove int CString::Remove ( TCHAR ch ); 返回值:返回从字符串中移走的字