标题:大伙来看看这段stash代码有什么用,运行起来有错。
取消只看楼主
csy19881122
Rank: 1
等 级:新手上路
帖 子:28
专家分:0
注 册:2008-10-25
 问题点数:0 回复次数:0 
大伙来看看这段stash代码有什么用,运行起来有错。
typedef struct    STASHtag
{
int size;
int quantity;
int next;
unsigned char*storage;
}Stash;
void initialize(Stash*S,int Size);
void cleanup(Stash*S);
int add(Stash*S, void*element);
void*fetch(Stash*S,int index);
int count(Stash*S);
void inflate(Stash*S,int increase);

      不晓得这段代码有什么用处,是Thinking in C++里的,我看的是中文版,有点看不懂。
搜索更多相关主题的帖子: stash 代码 运行 
2008-11-07 16:14



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-242928-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.102108 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved