代码搜索:pointers

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

代码结果 4,056
www.eeworm.com/read/285874/8806115

htm mitoc.htm

More Effective C++ | Contents More Effective C++ Contents Dedication Acknowledgments Introduction Basics Item 1: Distinguish between pointers and references Item 2: Prefer C++-style casts Item 3: Nev
www.eeworm.com/read/285874/8806117

htm mtoc.htm

More Effective C++ | Contents More Effective C++ Contents Dedication Acknowledgments Introduction Basics Item 1: Distinguish between pointers and references Item 2: Prefer C++-style casts Item 3: Nev
www.eeworm.com/read/285874/8806431

htm ei30.htm

Effective C++, 2E | Item 30: Avoid member functions that return non-const pointers or references to members less accessible than themselves Back to Item 29: Avoid returning "handles" to internal data
www.eeworm.com/read/381515/9087947

cpp client1.cpp

// // Client1.cpp - Client implementation without smart pointers // #include #include #include "Iface.h" #include "Util.h" // Traces with labels for our output st
www.eeworm.com/read/381515/9088012

cpp client2.cpp

// // Client2.cpp - Client implementation with smart pointers // #include #include "Iface.h" #include "Util.h" // Traces with labels for our output #include "Ptr.h" // Smart p
www.eeworm.com/read/381515/9088415

cpp client1.cpp

// // Client1.cpp - Client implementation without smart pointers // #include #include #include "Iface.h" #include "Util.h" // Traces with labels for our output st
www.eeworm.com/read/381515/9088480

cpp client2.cpp

// // Client2.cpp - Client implementation with smart pointers // #include #include "Iface.h" #include "Util.h" // Traces with labels for our output #include "Ptr.h" // Smart p
www.eeworm.com/read/178378/9404873

h purge.h

//: :purge.h // From Thinking in C++, 2nd Edition // at http://www.BruceEckel.com // (c) Bruce Eckel 1999 // Copyright notice in Copyright.txt // Delete pointers in an STL sequence container #if
www.eeworm.com/read/175226/9555106

cpp list1507.cpp

// Listing 15.7 //demonstrates use of an array of pointers to functions #include using namespace std; void Square(int&,int&); void Cube(int&, int&); void Swap(int&, int &); void
www.eeworm.com/read/371106/9567417

cpp client1.cpp

// // Client1.cpp - Client implementation without smart pointers // #include #include #include "Iface.h" #include "Util.h" // Traces with labels for our output st