代码搜索:declared
找到约 3,220 项符合「declared」的源代码
代码结果 3,220
www.eeworm.com/read/148785/12426155
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/130553/14186361
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/130553/14186817
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/230855/14271701
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/229127/14352056
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/126507/14418397
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/225725/14521708
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/120385/14804242
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/210671/15194028
cpp fig02_26.cpp
// Fig. 2.26: fig02_26.cpp
// Using the break statement in a for structure
#include
using std::cout;
using std::endl;
int main()
{
// x declared here so it can be used after t
www.eeworm.com/read/470720/1444439
c dllimport9.c
// Handle dllimport attribute for functions declared inline.
// { dg-do compile { target i?86-*-cygwin* i?86-*-mingw*} }
// { dg-options { -W } }
inline __attribute__((dllimport)) void bar() { } //