代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/226560/14459136

cpp voidrtti.cpp

//: C08:Voidrtti.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // RTTI & void pointers #include
www.eeworm.com/read/226560/14459637

cpp wrapped.cpp

//: C07:Wrapped.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Safe, atomic pointers #include
www.eeworm.com/read/226560/14459647

cpp nudep.cpp

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

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
www.eeworm.com/read/122684/14674383

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
www.eeworm.com/read/122684/14674633

h pstash.h

//: C13:PStash.h // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Holds pointers instead of obje
www.eeworm.com/read/122684/14674862

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/122684/14674976

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/122684/14675127

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/116272/14981265

h heap.h

// Heap.h // a heap of Trans * pointers // #ifndef HEAP_H class Heap { private: Trans ** h; int nelts; int n; int inline tstswap( int i, int j ) ; void siftup( int m ) ; void siftdown( void