代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/311774/13626021
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/311774/13626023
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*
www.eeworm.com/read/310723/13645119
pas test_tlb.pas
unit Test_TLB;
{$TYPEDADDRESS OFF} // Unit must be compiled without type-checked pointers.
{$WARN SYMBOL_PLATFORM OFF}
{$WRITEABLECONST ON}
{$VARPROPSETTER ON}
interface
uses Windows, Acti
www.eeworm.com/read/309649/13667042
c krnldemo.c
/* +++Date last modified: 05-Jul-1997 */
/*
** public domain demo of cooperative multitasking using function pointers
** written 29 Nov, 1992
** by David Gersic
*/
#include
#inclu
www.eeworm.com/read/309649/13667334
c strsort.c
/* +++Date last modified: 05-Jul-1997 */
/*
** strsort() -- Shell sort an array of string pointers via strcmp()
** Written in ANSI C and optimized for size under Borland TC and BC++.
**
** P
www.eeworm.com/read/307616/13719243
cpp ex4_07.cpp
// EX4_07.CPP
// Initializing pointers with strings
#include
using std::cin;
using std::cout;
using std::endl;
int main()
{
char* pstr[] = { "Robert Redford", // Initiali
www.eeworm.com/read/307145/13727650
c pbin.c
/* pbin - manipulates binary trees with parent pointers.
Derived from libavl for manipulation of binary trees.
Copyright (C) 1998-2000 Free Software Foundation, Inc.
This program is free
www.eeworm.com/read/307145/13727721
c c11_020.c
/* c11_020.c - do a random walk
*
* C11_020 - illustrate array of pointers to function.
*
* Copyright (C) 2000 Richard Heathfield
* Eton Computer Systems Ltd
*
www.eeworm.com/read/304348/13795924
c sysfile.c
#include "calld.h"
static FILE *fpsys = NULL;
static int syslineno; /* for error messages */
static char sysline[MAXLINE];
/* can't be automatic; sys_next() returns pointers into here */
/*
*
www.eeworm.com/read/304348/13795926
c dialfile.c
#include "calld.h"
static FILE *fpdial = NULL;
static int diallineno; /* for error messages */
static char dialline[MAXLINE];
/* can't be automatic; dial_next() returns pointers into here */
/*