代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/315699/13537960
c names3.c
// names3.c -- use pointers and malloc()
#include
#include // for strcpy(), strlen()
#include // for malloc(), free()
struct namect {
char * fname; // u
www.eeworm.com/read/312649/13607057
c hideset.c
#include
#include
#include
#include "cpp.h"
/*
* A hideset is a null-terminated array of Nlist pointers.
* They are referred to by indices in the hidesets arr
www.eeworm.com/read/307616/13719244
cpp ex4_05.cpp
// EX4_05.CPP
// Exercising pointers
#include
using std::cout;
using std::endl;
using std::hex;
using std::dec;
int main()
{
long* pnumber = NULL; // Pointer declara
www.eeworm.com/read/307616/13719260
cpp ex6_01.cpp
// Ex6_01.cpp
// Exercising pointers to functions
#include
using std::cout;
using std::endl;
long sum(long a, long b); // Function prototype
long product(long a, long b
www.eeworm.com/read/148721/5709606
c hideset.c
#include
#include
#include
#include "cpp.h"
/*
* A hideset is a null-terminated array of Nlist pointers.
* They are referred to by indices in the hidesets arr
www.eeworm.com/read/136827/5847277
c resample.c
// a52_resample_init should find the requested converter (from type flags ->
// given number of channels) and set up some function pointers...
// a52_resample() should do the conversion.
#include "
www.eeworm.com/read/130382/5957453
c pgpfilefifo.c
/*
* pgpFileFIFO.c
* Use a disk file as a fifo.
*
* File grows indefinitely until fifo empties, at which pointers reset
* to the beginning. (File never shrinks though.)
* So file size wil
www.eeworm.com/read/410432/11287572
c names3.c
// names3.c -- use pointers and malloc()
#include
#include // for strcpy(), strlen()
#include // for malloc(), free()
struct namect {
char * fname; // u
www.eeworm.com/read/410190/11299271
readme
mkdosfs - Make DOS file system utilty.
I wrote this, partially to complement the dosfsck utility written by Werner
Almesberger (who graciously gave me some pointers when I asked for some
advice abou
www.eeworm.com/read/152752/12089581
c hideset.c
#include
#include
#include
#include "cpp.h"
/*
* A hideset is a null-terminated array of Nlist pointers.
* They are referred to by indices in the hidesets arr