代码搜索:MyString

找到约 1,391 项符合「MyString」的源代码

代码结果 1,391
www.eeworm.com/read/160535/10520741

cpp mystring.cpp

#include #include #include #include #include "myString.h" //using namespace std; newString::newString(const char *str)//构造函数 { strLength=strlen(
www.eeworm.com/read/160535/10520755

h mystring.h

#ifndef H_myString #define H_myString #include //using namespace std; class newString { friend ostream& operator(istr
www.eeworm.com/read/423018/10593708

cpp mystring.cpp

#include "link.h" /*********************************************************************** 默认构造函数 ***********************************************************************/ CMyString::CMyString() {
www.eeworm.com/read/423018/10593716

h mystring.h

#ifndef _MYSTRING_H #define _MYSTRING_H //验证、类型转换等公共类 class CMyString { public: CMyString(); CMyString(CMyString&); CMyString(string str); virtual ~CMyString(); static void RemoveLeftBl
www.eeworm.com/read/277485/10632340

h mystring.h

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/277485/10632344

c mystring.c

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/159238/10676447

h mystring.h

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/159238/10676460

c mystring.c

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************
www.eeworm.com/read/417438/10989999

cpp mystring.cpp

#include"disk.h" mystring::mystring(){ sit=0; } void mystring::open(char*p){ mp=p; } void mystring::get(char*p){ int j=0; for(;mp[sit]==' ';sit++); for(;mp[sit]!=' '&&mp[sit]!='\0';sit+
www.eeworm.com/read/456099/7358728

h mystring.h

//********************************************************************************** //杨屹 2002/08/20 第一版 //字符串操作函数 //联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效) //******************************