代码搜索:String
找到约 10,000 项符合「String」的源代码
代码结果 10,000
www.eeworm.com/read/206867/15286820
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/206225/15298387
~pas usysconst.~pas
unit UsysConst;
interface
const
MsgBxCaption ='系统提示';
{日记操作}
nOp_Insert = 1; // 插入记录操作
nOp_Update = 2; // 修改记录操作
nOp_Delete = 3; // 删除记录操作
nOp_Login = 4; // 登陆系统功能操作
{记录状态}
www.eeworm.com/read/206225/15298390
pas usysconst.pas
unit UsysConst;
interface
const
MsgBxCaption ='系统提示';
{日记操作}
nOp_Insert = 1; // 插入记录操作
nOp_Update = 2; // 修改记录操作
nOp_Delete = 3; // 删除记录操作
nOp_Login = 4; // 登陆系统功能操作
{记录状态}
www.eeworm.com/read/168845/5435450
cpp str.cpp
// Copyright David Abrahams 2004. Distributed under the Boost
// Software License, Version 1.0. (See accompanying
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
#include
www.eeworm.com/read/162614/5523662
a cxa4032.a
-- CXA4032.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5523705
a cxa4031.a
-- CXA4031.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5523709
a cxa4028.a
-- CXA4028.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5524535
a ca11017.a
-- CA11017.A
--
-- Grant of Unlimited Rights
--
-- Under contracts F33600-87-D-0337, F33600-84-D-0280, MDA903-79-C-0687,
-- F08630-91-C-0015, and DCA100-97-D-0025,
www.eeworm.com/read/162614/5538856
cc 4.cc
// 1999-08-16 bkoz
// 1999-11-01 bkoz
// Copyright (C) 1999, 2000, 2001, 2002, 2003 Free Software Foundation
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you
www.eeworm.com/read/161438/5553153
cpp over_pls.cpp
#include
#include
#include
class String
{
public:
char *operator +(char *append_str)
{ return(strcat(buffer, append_str)); };
char