代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/256129/12023181
cpp string.cpp
#include
#include
#include
char *COPY(char *TARGET,char *SOURCE);
char *REVERSE(char *STRING);
int GETLEN(char *STRING);
int main(void)
{
char STRING1[]="
www.eeworm.com/read/256129/12023185
dsp string.dsp
# Microsoft Developer Studio Project File - Name="STRING" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Co
www.eeworm.com/read/256129/12023188
ncb string.ncb
www.eeworm.com/read/256129/12023191
exe string.exe
www.eeworm.com/read/256129/12023196
plg string.plg
Build Log
--------------------Configuration: STRING - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\zhangl
www.eeworm.com/read/256129/12023203
dsw string.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/256129/12023205
opt string.opt
www.eeworm.com/read/256129/12023208
obj string.obj
www.eeworm.com/read/256116/12027182
h string.h
www.eeworm.com/read/256102/12027751
h string.h
// Fig. 11.9: String.h
// String class definition.
#ifndef STRING_H
#define STRING_H
#include
using std::ostream;
using std::istream;
class String
{
friend ostream &operator