代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/161587/10395048
h simul.h
// file simul.h
// simulated pointers
#ifndef SimSpace_
#define SimSpace_
#include
#include
#include
#include "snode.h"
#include "xcept.h"
template
www.eeworm.com/read/424489/10442960
h pstash.h
//: C13:PStash.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Holds pointers instead of objects
www.eeworm.com/read/279032/10479215
htm mi2.htm
More Effective C++ | Item 2: Prefer C++-style casts Back to Item 1: Distinguish between pointers and references
Continue to Item 3: Never treat arrays polymorphically
Item 2: Prefer C++-style casts.
www.eeworm.com/read/158966/10706279
h pstash.h
//: C13:PStash.h
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Holds pointers instead of objects
www.eeworm.com/read/158966/10706625
cpp simplestruct3.cpp
//: C03:SimpleStruct3.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 2000
// Copyright notice in Copyright.txt
// Using pointers to structs
www.eeworm.com/read/271450/10993785
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/271450/10993837
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/271450/10994124
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/271450/10994311
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