代码搜索:ptr

找到约 10,000 项符合「ptr」的源代码

代码结果 10,000
www.eeworm.com/read/363783/9936009

bmp varbmp_ptr.bmp

www.eeworm.com/read/164741/10090154

h clone_ptr.h

#ifndef clone_ptr_H_HEADER_GUARD_ #define clone_ptr_H_HEADER_GUARD_ /* // clone_ptr class by David Maisonave (Axter) // Copyright (C) 2005 // David Maisonave (Axter) (609-345-1007) (www.axter.c
www.eeworm.com/read/360190/10106944

cpp dbl_ptr.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10106953

cpp ptr_traversal.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10107171

cpp value-ptr.cpp

#include using std::ostream; using std::cout; using std::endl; #include class HasPtr { public: // no point to passing a pointer if we're going to copy it anyway //
www.eeworm.com/read/360190/10107175

cpp smart-ptr.cpp

#include using std::ostream; using std::cout; using std::endl; #include #include using std::size_t; //private class for use by HasPtr only class U_Ptr { friend
www.eeworm.com/read/360190/10107177

cpp plain-ptr.cpp

#include using std::ostream; using std::cout; using std::endl; #include // class that has a pointer member that behaves like a plain pointer class HasPtr { public: frie
www.eeworm.com/read/360190/10107182

cpp value-ptr.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10107190

cpp smart-ptr.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that
www.eeworm.com/read/360190/10107192

cpp plain-ptr.cpp

/* * This file contains code from "C++ Primer, Fourth Edition", by Stanley B. * Lippman, Jose Lajoie, and Barbara E. Moo, and is covered under the * copyright and warranty notices given in that