代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/253866/12181081
cpp list1313.cpp
//Listing 13.13 Using strncpy()
#include
#include
int main()
{
const int MaxLength = 80;
char String1[] = "No man is an island";
char String2[MaxLength
www.eeworm.com/read/253866/12181121
cpp list1312.cpp
//Listing 13.12 Using strcpy()
#include
#include
using namespace std;
int main()
{
char String1[] = "No man is an island";
char String2[80];
strcpy(S
www.eeworm.com/read/148696/12440204
cpp over_pls.cpp
#include
#include
#include
class String
{
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
char
www.eeworm.com/read/148696/12440534
cpp str_plus.cpp
#include
#include
#include
class String {
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
String(
www.eeworm.com/read/131795/14125470
dat vb_fun102b.dat
语法
----
StrComp(<mark>string</mark>1, <mark>string</mark>2[, compare])
StrComp 函数的语法有下面的命名参数:
部分 说明
<mark>string</mark>1 必要参数.任何有效的字符串表达式.
<mark>string</mark>2 必要参数.任何有效的字符串表达式.
Compare 可选参数.指定字符串比较的类型.如果 compare 参数是 Null,将发生错误.如果省 ...
www.eeworm.com/read/130264/14199838
l boa_lexer.l
%{
/*
* Boa, an http server
* Copyright (C) 1995 Paul Phillips
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/128628/14285825
cpp over_pls.cpp
#include
#include
#include
class String
{
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
char
www.eeworm.com/read/128628/14286102
cpp str_plus.cpp
#include
#include
#include
class String {
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
String(
www.eeworm.com/read/127960/14324780
cpp getline2.cpp
//这个程序在本书所带软盘中。文件名为GETLINE2.CPP
//这个程序利用getline()的第二种输入形式将输入中的加号过滤掉。
#include
#define max 81
void main(void)
{
char string1[max]; //定义字符串
char string2[max];
char temp[2];
www.eeworm.com/read/227241/14436267
jsf conf.jsf
# JOE syntax highlight file for typical UNIX configuration files
=Idle
=Comment green
=String cyan
=Escape bold cyan
:idle Idle
* idle
"#" comment recolor=-1
"\"" string recolor=-1
"'"