代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/197100/8031087
cpp strngs.cpp
/**********************************************************************
* File: strngs.c (Formerly strings.c)
* Description: STRING class functions.
* Author: Ray Smith
* Created:
www.eeworm.com/read/141545/13001267
cpp over_dec.cpp
// This file will not compile under TCLite because it does not support
// dual-overloaded decrement operators
#include
#include
#include
class String
{
www.eeworm.com/read/141545/13001326
cpp over_inc.cpp
// This file will not compile under TCLite because it does not support
// dual-overloaded increment operators
#include
#include
#include
class String
{
www.eeworm.com/read/112303/6146192
c flstring.c
/*
* Program: File string routines
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Building, AG-44
*
www.eeworm.com/read/112192/6149070
c flstring.c
/*
* Program: File string routines
*
* Author: Mark Crispin
* Networks and Distributed Computing
* Computing & Communications
* University of Washington
* Administration Building, AG-44
*
www.eeworm.com/read/479166/6700038
cpp fig19_30.cpp
// Fig. 19.30: fig19_30.cpp
// Using strcspn.
#include
using std::cout;
using std::endl;
#include // strcspn prototype
using std::strcspn;
int main()
{
const char
www.eeworm.com/read/479166/6700040
cpp fig19_34.cpp
// Fig. 19.34: fig19_34.cpp
// Using strstr.
#include
using std::cout;
using std::endl;
#include // strstr prototype
using std::strstr;
int main()
{
const char *st
www.eeworm.com/read/148696/12440167
cpp over_dec.cpp
// This file will not compile under TCLite because it does not support
// dual-overloaded decrement operators
#include
#include
#include
class String
{
www.eeworm.com/read/148696/12440272
cpp over_inc.cpp
// This file will not compile under TCLite because it does not support
// dual-overloaded increment operators
#include
#include
#include
class String
{
www.eeworm.com/read/128628/14285808
cpp over_dec.cpp
// This file will not compile under TCLite because it does not support
// dual-overloaded decrement operators
#include
#include
#include
class String
{