代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/319149/13459716
cpp mystring.cpp
#include
#include
#include
#include
#include "myString.h"
//using namespace std;
newString::newString(const char *str)//构造函数
{
strLength=strlen(
www.eeworm.com/read/319149/13459720
h mystring.h
#ifndef H_myString
#define H_myString
#include
//using namespace std;
class newString
{
friend ostream& operator(istr
www.eeworm.com/read/319084/13462645
dsp mystring.dsp
# Microsoft Developer Studio Project File - Name="myString" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/319084/13462646
dsw mystring.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/319084/13462647
cpp mystring.cpp
#include
#include
using namespace std;
void main()
{
int iLen; //定义变量,用来存放字符串长度
char *strF; //定义第一个字符串变量
char *strS; //定义第二个字符串变量
char *strT=new char[20];
www.eeworm.com/read/318880/13468133
cpp mystring.cpp
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/318880/13468135
h mystring.h
/*
//
// INTEL CORPORATION PROPRIETARY INFORMATION
// This software is supplied under the terms of a license agreement or
// nondisclosure agreement with Intel Corporation and may
www.eeworm.com/read/308704/13695531
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/308704/13695533
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/305598/13764952
h mystring.h
#include
using namespace std;
typedef char * PCHAR;
typedef const char * CPCHAR;
class CString
{
private:
PCHAR string;
int strlen(CPCHAR s)
{
PCHAR p = (P