代码搜索:String

找到约 10,000 项符合「String」的源代码

代码结果 10,000
www.eeworm.com/read/384220/2603041

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/381490/2643855

string

/* * Copyright (c) 1997-1999 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra
www.eeworm.com/read/376060/2715662

string

// UnderC Development Project, 2001 // A simplified standard string class #ifndef __STRING_ #define __STRING_ #ifdef __UNDERC__ #include #endif #ifndef NULL #define NULL 0 #end
www.eeworm.com/read/376060/2716057

string

// UnderC Development Project, 2001 // A simplified standard string class #ifndef __STRING_ #define __STRING_ #ifdef __UNDERC__ #include #endif #ifndef NULL #define NULL 0 #end
www.eeworm.com/read/375190/2729182

string

// (C) Copyright John Maddock 2005. // Use, modification and distribution are subject to the // Boost Software License, Version 1.0. (See accompanying file // LICENSE_1_0.txt or copy at http://www
www.eeworm.com/read/255218/4379082

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/162614/5538042

string

// Debugging string implementation -*- C++ -*- // Copyright (C) 2003, 2005 // Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you
www.eeworm.com/read/174213/9602199

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/147363/12559544

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/334215/12616927

string

/* * Copyright (c) 1997-1999 * Silicon Graphics Computer Systems, Inc. * * Permission to use, copy, modify, distribute and sell this software * and its documentation for any purpose is hereby gra