代码搜索:SString
找到约 985 项符合「SString」的源代码
代码结果 985
www.eeworm.com/read/432289/8613261
h sstring.h
//: C16:Sstring.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Stack-based string
#ifndef SSTRING_H_
#def
www.eeworm.com/read/178378/9404608
h sstring.h
//: C16:Sstring.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Stack-based string
#ifndef SSTRING_H_
#def
www.eeworm.com/read/143866/12834021
h sstring.h
#include "iostream.h"
#include "string.h"
class String{
public:
String();
String(char);
String(unsigned);
String(const char *);
String(const String &);
~String();
char * pointer(void)
www.eeworm.com/read/143865/12834043
h sstring.h
#include "iostream.h"
#include "string.h"
class String{
public:
String();
String(char);
String(unsigned);
String(const char *);
String(const String &);
~String();
char * pointer(void)
www.eeworm.com/read/240580/13212506
h sstring.h
// SciTE - Scintilla based Text Editor
/** @file SString.h
** A simple string class.
**/
// Copyright 1998-2004 by Neil Hodgson
// The License.txt file describes the condi
www.eeworm.com/read/127043/6009685
java sstring.java
/**
* Redistribution and use of this software and associated documentation
* ("Software"), with or without modification, are permitted provided
* that the following conditions are met:
*
* 1
www.eeworm.com/read/488343/6493546
h sstring.h
//字符串类
#include
#include
class SString //字符串类
{
private:
char *element; //动态字符数组
int size;
www.eeworm.com/read/488343/6493552
dsw sstring.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/488343/6493553
opt sstring.opt
www.eeworm.com/read/488343/6493556