代码搜索:basic_string
找到约 364 项符合「basic_string」的源代码
代码结果 364
www.eeworm.com/read/376060/2715857
h mstring.h
/* MSTRING.H
* A simple string class which implements a reasonable subset
* of the standard template basic_string class.
* Part of the MLIB library
*/
#ifndef _MSTRING_H
# define _MSTRING_
www.eeworm.com/read/235248/14080077
h mstring.h
/* MSTRING.H
* A simple string class which implements a reasonable subset
* of the standard template basic_string class.
* Part of the MLIB library
*/
#ifndef _MSTRING_H
# define _MSTRING_
www.eeworm.com/read/116239/14982279
cpp asn-stringtype.cpp
//
// asn-stringType.cpp
//
#include "asn-incl.h"
#if defined(HPUX) || defined(HPUX32)
/* for some strange reason GCC 3.2.1 on HPUX has trouble specializing the
* basic_string templa
www.eeworm.com/read/123026/6063658
cpp string.cpp
#include
#include
void main( )
{
using namespace std;
string str1 ( "abc" );
basic_string ::iterator str_Iter, str1_Iter;
cout
www.eeworm.com/read/358750/10180497
cpp sprime.cpp
/*
ID: dd.ener1
PROG: sprime
LANG: C++
*/
#include
#include
using namespace std;
long N;
long maxp;
bool* prime;
basic_string primes;
void input(){
ifstream c
www.eeworm.com/read/358750/10180528
cpp pprime.cpp
/*
ID: dd.ener1
PROG: pprime
LANG: C++
*/
#include
#include
#include
using namespace std;
long A,B;
long maxp;
bool* prime;
basic_string primes;
void i
www.eeworm.com/read/420528/10791583
txt serv_req_info.txt
quartus.exe
ERR
/quartus/ccl/msg/msg_internal_error.cpp
758
0x7c342ff4: MSVCR71 + 0
www.eeworm.com/read/329354/12958445
txt serv_req_info.txt
quartus.exe
ERR
q:\quartus\ccl\msg\msg_internal_error.cpp
724
0x7c342ff4: MSVCR71 +
www.eeworm.com/read/321581/13402960
txt serv_req_info.txt
quartus.exe
ERR
q:\quartus\ccl\msg\msg_internal_error.cpp
732
0x7c342ff4: MSVCR71 +
www.eeworm.com/read/103759/15722432
h iniload.h
#ifndef INI_LOAD_H
#define INI_LOAD_H
#include
#include
#include
#include
using namespace std;
#pragma warning(disable:4786) // We know basic_string gen