代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/305598/13764956
cpp mystring.cpp
#include "mystring.h"
void main(void)
{
CString s("hello");
s.Print();
s.Concat(",world!");
s.Print();
s.Copy("Good morning!");
s.Print();
}
www.eeworm.com/read/301268/13862258
h mystring.h
#ifndef Mystring_h
#define Mystring_h
#include
bool not_equal (const string& lhs, const string& rhs);
string& upcase (string& s);
string& downcase (string& s);
string& capitalize (string& s
www.eeworm.com/read/301268/13862264
cc mystring.cc
#include
#include
#include
#include
bool not_equal (const string& lhs, const string& rhs)
{
return !(lhs==rhs);
}
struct toupper : unary_function
www.eeworm.com/read/136017/13879458
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/136017/13879462
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/146549/5736760
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/146549/5736762
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/141300/5771043
c mystring.c
/* mystring.c Copyright (C) 2002 Georg Post
*
* This file is part of Numparam, see: readme.txt
* Free software under the terms of the GNU Lesser General Public License
www.eeworm.com/read/135984/5875765
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/135984/5875767
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************