代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/143089/12899767
cpp functiontable.cpp
//: C03:FunctionTable.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using an array of pointers
www.eeworm.com/read/137548/13313236
cpp functiontable.cpp
//: C03:FunctionTable.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using an array of pointers
www.eeworm.com/read/137365/13326364
lnt lib-win.lnt
// lib-win.lnt
// PC-lint Library Options File for windows.h
-printf(w2,wsprintf) // complains if pointers to wsprintf are not far.
-printf(w2,wsprintfA) // ASCII version of wsprintf
-p
www.eeworm.com/read/137365/13326373
lnt co-msc40.lnt
// co-msc40.lnt
// Compiler Options for Microsoft C Version 10.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/137365/13326387
lnt co-msc60.lnt
// co-msc60.lnt
// Compiler Options for Microsoft C Version 12.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/137365/13326497
lnt co-msc50.lnt
// co-msc50.lnt
// Compiler Options for Microsoft C Version 11.x
// (32 bit version)
-cmsc
-si4 // integers are 4 bytes
-sp4 // pointers are 4 bytes too.
// This file
www.eeworm.com/read/136879/13356078
cpp fig05_26.cpp
// Fig. 5.26: fig05_26.cpp
// Multipurpose sorting program using function pointers
#include
#include
void bubble( int [], const int, int (*)( int, int ) );
int ascendin
www.eeworm.com/read/319472/13451288
c func_ptr.c
// func_ptr.c -- uses function pointers
#include
#include
#include
char showmenu(void);
void eatline(void); // read through end of line
void show(void (*
www.eeworm.com/read/318125/13485675
bak mysvd.c.bak
#include
#include
#include
#include "matlab.h"
static double data[] = { 21, 3, 15, 57, 12, 83, 6, 90 };
main()
{
/* Initialize pointers to array argument