代码搜索:MyString
找到约 1,391 项符合「MyString」的源代码
代码结果 1,391
www.eeworm.com/read/386042/8770256
h mystring.h
#pragma once
#include
#include
using namespace std;
class Mystring
{
public:
Mystring(); //构造函数
Mystring(char *string); //带参数的构造函数(重载)
Mystring(Mystring &string)
www.eeworm.com/read/384054/8903567
h mystring.h
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/384054/8903577
c mystring.c
//**********************************************************************************
//杨屹 2002/08/20 第一版
//字符串操作函数
//联系方法:gdtyy@ri.gdt.com.cn(2003/07/31以前有效)
//******************************
www.eeworm.com/read/282441/9093249
h mystring.h
#ifndef MYSTRING_H
#define MYSTRING_H
#include
#include
#include
#include
class MyString: public std::string
{
public:
MyString(const char c) : std
www.eeworm.com/read/282441/9093277
cpp mystring.cpp
#include "mystring.h"
#include "getdebug.h"
//this one is taken from Qt/QCString
MyString stripWhiteSpace(MyString str)
{
if ( str.isEmpty() ) // nothing to do
return "";
char const
www.eeworm.com/read/380129/9161339
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/380129/9161342
ncb mystring.ncb
www.eeworm.com/read/380129/9161346
plg mystring.plg
Build Log
--------------------Configuration: myString - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\BILL
www.eeworm.com/read/380129/9161356
dsw mystring.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# 警告: 不能编辑或删除该工作区文件!
###############################################################################
Project: "myString"=".\myStri
www.eeworm.com/read/380129/9161358