代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/110993/15520764

cpp simplestruct3.cpp

//: C03:SimpleStruct3.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Using pointers to str
www.eeworm.com/read/110993/15520826

cpp nudep.cpp

//: C23:Nudep.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Naked pointers #include
www.eeworm.com/read/110993/15520912

cpp pmem2.cpp

//: C11:Pmem2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Pointers to members #includ
www.eeworm.com/read/432289/8613433

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Holds pointers instead of objects #ifndef PS
www.eeworm.com/read/432289/8614266

cpp pmem2.cpp

//: C11:Pmem2.cpp // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Pointers to members #include us
www.eeworm.com/read/429611/8799389

h display.h

#ifndef _DISPLAY_H #define _DISPLAY_H #ifndef _STDIO_H #include #endif #define MAXARGS 5 struct display { uint32 cookie; /* Magic cookie to detect bogus pointers */ #define D_
www.eeworm.com/read/284998/8878697

cpp memfun2.cpp

//: C05:MemFun2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func
www.eeworm.com/read/284998/8878828

cpp memfun1.cpp

//: C05:MemFun1.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func
www.eeworm.com/read/283498/9016507

asm pgm6_8.asm

; CALL and INT Instructions .386 option segment:use16 dseg segment para public 'data' ; Some pointers to our subroutines: SPtr1 word Subroutine1 SPtr2 dword Subroutine2 dseg e
www.eeworm.com/read/281673/9142827

cpp memfun2.cpp

//: C05:MemFun2.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Applying pointers to member func