代码搜索:pointers
找到约 4,056 项符合「pointers」的源代码
代码结果 4,056
www.eeworm.com/read/168218/9931801
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/168218/9932813
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/363888/9932825
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/363888/9933070
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/358191/10194625
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/355030/10300042
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 objects
www.eeworm.com/read/355030/10300417
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 structs
www.eeworm.com/read/355030/10300623
cpp wrapped.cpp
//: C23:Wrapped.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Safe, atomic pointers
#include
www.eeworm.com/read/355030/10300631
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/355030/10301107
cpp voidrtti.cpp
//: C24:Voidrtti.cpp
// From Thinking in C++, 2nd Edition
// Available at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// RTTI & void pointers
#include