代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/288910/8594438
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/285874/8806335
htm ei14.htm
Effective C++, 2E | Item 14: Make sure base classes have virtual destructors Back to Item 13: List members in an initialization list in the order in which they are declared.
Continue to Item 15: Have
www.eeworm.com/read/384965/8826299
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/354492/10349376
c account.c
#include "Account.h"
unsigned int Account::
get_unique_acct_nmbr() const
{
static unsigned int acct_nmbr = 1000000;
return ++acct_nmbr;
}
/* init_heap_array(),
* declared as a stati
www.eeworm.com/read/279032/10479598
htm ei14.htm
Effective C++, 2E | Item 14: Make sure base classes have virtual destructors Back to Item 13: List members in an initialization list in the order in which they are declared.
Continue to Item 15: Have
www.eeworm.com/read/278099/10570807
h doansi.h
/* +++Date last modified: 05-Jul-1997 */
/*
** DOANSI.H - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by aut
www.eeworm.com/read/278099/10571690
c doansi_1.c
/* +++Date last modified: 05-Jul-1997 */
/*
** DOANSI_1.C - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by a
www.eeworm.com/read/159920/10588902
c doansi_2.c
/*
** DOANSI_2.C - OS-Specific ANSI screen code interpreter functions
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by author: Mark Kimes
*/
#ifdef
www.eeworm.com/read/159920/10589477
c doansi_1.c
/*
** DOANSI_1.C - Portable ANSI screen code interpreter
**
** From DRSK_105.LZH (ansi.c), hereby declared free for use for whatever
** purposes by author: Mark Kimes
*/
#include
www.eeworm.com/read/417893/10971692
cpp web.cpp
/** web.cpp
* Implements classes declared in web.h
* Author: Vijay Mathew Pandyalakal
* Date: 18/10/03
**/
#include "stdafx.h"
#include "web.h"
using namespace openutils;
string URLE