代码搜索:pointers

找到约 4,056 项符合「pointers」的源代码

代码结果 4,056
www.eeworm.com/read/129924/5966020

h xtypes.h

/* If you need any special typedefs for function pointers &c to try testing for in configure.in, define them here. */ /* According to ANSI, two struct types in the same module are not compatib
www.eeworm.com/read/101082/6243421

1a l32.1a

#print Write a program pair(a,b) which accepts as arguments two pointers to integers and swaps the integers if necessary so that the first argument points to the larger one; that is int x,y; x =
www.eeworm.com/read/262892/11386757

h pointer.h

/** * Pointer - A safer way to use pointers * * @author Jonathan Roewen */ #ifndef POINTER_H #define POINTER_H using namespace std; // Otherwise this becomes a nightmare later if "Pointer
www.eeworm.com/read/258434/11864708

txt ptr_help.txt

Date: Tue Jun 16 1992 11:05:08 From: Ted Jensen To: Michael Halcrow Subj: Pointers & things Attr: international C echo ------------------------------- Michael- In reading y
www.eeworm.com/read/341877/12057362

txt ptr_help.txt

Date: Tue Jun 16 1992 11:05:08 From: Ted Jensen To: Michael Halcrow Subj: Pointers & things Attr: international C echo ------------------------------- Michael- In reading y
www.eeworm.com/read/254711/12122958

~dp term.~dp

program Term; uses SysUtils, Windows, Tapi; {$R *.RES} {$APPTYPE CONSOLE} { Converted to Delphi by Davide Moretti Note: I tried to remove pointers where possible, but in some cases t
www.eeworm.com/read/253866/12181328

cpp list1511.cpp

//Listing 15.11 Array of pointers to member functions #include using std::cout; using std::endl; class Dog { public: void Speak()const { cout
www.eeworm.com/read/130553/14186954

txt ptr_help.txt

Date: Tue Jun 16 1992 11:05:08 From: Ted Jensen To: Michael Halcrow Subj: Pointers & things Attr: international C echo ------------------------------- Michael- In reading y
www.eeworm.com/read/231996/14212038

xml internal.xml

PBC Internals Algebraic structures are represented in the field_t data type, which mostly contains pointers to functions written to perform operations such
www.eeworm.com/read/124585/14558031

s init.s

;;; Copyright ARM Ltd 2001. All rights reserved. ; ; This module performs ROM/RAM remapping (if required), initializes stack ; pointers and interrupts for each mode, and finally branches to __main