代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/117181/6110693
c funcargs.c
/* Test passing of arguments to functions. Use various sorts of arguments,
including basic types, pointers to those types, structures, lots of
args, etc, in various combinations. */
/* AIX
www.eeworm.com/read/403011/11524509
cpp memb_pt.cpp
// memb_pt.cpp -- dereferencing pointers to class members
#include
using namespace std;
class Example
{
private:
int feet;
int inches;
public:
Example();
Example
www.eeworm.com/read/403009/11524814
cpp memb_pt.cpp
// memb_pt.cpp -- dereferencing pointers to class members
#include
using namespace std;
class Example
{
private:
int feet;
int inches;
public:
Example();
Example
www.eeworm.com/read/253260/12235087
cpp memb_pt.cpp
// memb_pt.cpp -- dereferencing pointers to class members
#include
using namespace std;
class Example
{
private:
int feet;
int inches;
public:
Example();
Example
www.eeworm.com/read/253260/12235781
cpp memb_pt.cpp
// memb_pt.cpp -- dereferencing pointers to class members
#include
using namespace std;
class Example
{
private:
int feet;
int inches;
public:
Example();
Example
www.eeworm.com/read/150696/12270960
c mulalloc.c
/* Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB
This file is public domain and comes with NO WARRANTY of any kind */
/* Malloc many pointers at the same time */
/*
www.eeworm.com/read/337096/12392108
cpp memb_pt.cpp
// memb_pt.cpp -- dereferencing pointers to class members
#include
using namespace std;
class Example
{
private:
int feet;
int inches;
public:
Example();
Example
www.eeworm.com/read/11175/207988
inc help.inc
;
;* help.h
;*
;* typedefs & definitions used in the help system and by those who use it.
;*
;* define:
;* HOFFSET - to define buffer pointers (PB's) as handle/offset, else
;* they are def
www.eeworm.com/read/486037/1254961
h pagevec.h
/*
* include/linux/pagevec.h
*
* In many places it is efficient to batch an operation up against multiple
* pages. A pagevec is a multipage container which is used for that.
*/
/* 14 pointers +
www.eeworm.com/read/486037/1256525
h pagevec.h
/*
* include/linux/pagevec.h
*
* In many places it is efficient to batch an operation up against multiple
* pages. A pagevec is a multipage container which is used for that.
*/
/* 14 pointers +