代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/405333/11464917

cpp rawp.cpp

//: C01:Rawp.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Naked pointers #include
www.eeworm.com/read/405333/11464920

cpp wrapped.cpp

//: C01:Wrapped.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // Safe, atomic pointers #inclu
www.eeworm.com/read/405333/11464958

cpp voidrtti.cpp

//: C08:Voidrtti.cpp // From "Thinking in C++, 2nd Edition, Volume 2" // by Bruce Eckel & Chuck Allison, (c) 2003 MindView, Inc. // Available at www.BruceEckel.com. // RTTI & void pointers //#inc
www.eeworm.com/read/258191/11877748

cpp memfun2.cpp

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

cpp memfun1.cpp

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

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 #include
www.eeworm.com/read/339051/12265341

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/132141/14107276

h make2da.h

#ifndef Make2DArray_ #define Make2DArray_ template bool Make2DArray(T ** &x, int rows, int cols) {// Create a two-dimensional array. try { // create pointers for the row
www.eeworm.com/read/226560/14459444

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/226560/14459538

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