代码搜索:STRING
找到约 10,000 项符合「STRING」的源代码
代码结果 10,000
www.eeworm.com/read/124620/14557246
string
// Main header for the -*- C++ -*- string classes.
#ifndef __STRING__
#define __STRING__
#include
extern "C++" {
typedef basic_string string;
// typedef basic_string
www.eeworm.com/read/10438/186515
string
// string standard header
#pragma once
#ifndef _STRING_
#define _STRING_
#ifndef RC_INVOKED
#include
#pragma pack(push,_CRT_PACKING)
#pragma warning(push,3)
#pragma warning(di
www.eeworm.com/read/11175/209844
string
www.eeworm.com/read/12867/251172
string
// -*- C++ -*-
/***************************************************************************
*
* string - Declarations for the Standard Library string classes
*
*******************************
www.eeworm.com/read/12870/263289
string
// -*- C++ -*-
/***************************************************************************
*
* - definition of the C++ Standard Library basic_string template
*
* $Id: string,v 1.2 2
www.eeworm.com/read/16273/667324
string
// string standard header
#if _MSC_VER > 1000 /*IFSTRIP=IGN*/
#pragma once
#endif
#ifndef _STRING_
#define _STRING_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#endif
www.eeworm.com/read/16910/702726
string
// string standard header
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _STRING_
#define _STRING_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#endif /* _MSC_VER */
www.eeworm.com/read/26953/861681
string
// string standard header
#if _MSC_VER > 1000
#pragma once
#endif
#ifndef _STRING_
#define _STRING_
#include
#ifdef _MSC_VER
#pragma pack(push,8)
#endif /* _MSC_VER */
www.eeworm.com/read/486037/1257251
string
// Components for manipulating sequences of characters -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C
www.eeworm.com/read/486037/1257267
string
// Debugging string implementation -*- C++ -*-
// Copyright (C) 2003
// Free Software Foundation, Inc.
//
// This file is part of the GNU ISO C++ Library. This library is free
// software; you can r