代码搜索结果
找到约 10,000 项符合
Storage 的代码
stash3.cpp
//: C06:Stash3.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Constructors & destructors
#include
stash3.h
//: C06:Stash3.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// With constructors & destructors
#ifndef STAS
pstash.cpp
//: C13:PStash.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Pointer Stash definitions
#include "PS
libcpp.cpp
//: C04:Libcpp.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// C library converted to C++
// Declare
lib.c
/*: C04:Lib.c {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
Implementation of example C library */
/* Decl
libcpp.h
//: C04:Libcpp.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// C library converted to C++
struct Stash {
stash4.h
//: C07:Stash4.h
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Function overloading
#ifndef STASH4_H_
#def
stash4.cpp
//: C07:Stash4.cpp {O}
// From Thinking in C++, 2nd Edition
// at http://www.BruceEckel.com
// (c) Bruce Eckel 1999
// Copyright notice in Copyright.txt
// Function overloading
#include
51514
Newsgroups: comp.sys.mac.hardware
Path: cantaloupe.srv.cs.cmu.edu!crabapple.srv.cs.cmu.edu!bb3.andrew.cmu.edu!news.sei.cmu.edu!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!darwin.sura.net!haven.umd.ed
c++编程思想 -- 第2章 笔记(2).txt
作者:rick1126
email: rickzhang@sina.com
日期:2001-7-17 10:19:32
2.2 一个袖珍C库
【C函数库的数据封装方式】
. struct 用于处理一组特性
. C库 一组struct + 一组活动在这些struct上的函数
【一个变长数组模拟的例子】
. 涉及操作: