由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] how to copy a list?
相关主题
c++ typedef 一问大家帮忙看看是什么问题
how to initialize this struct.intel icc hash_map 求救!
为啥有人喜欢把_s结尾的结构typedef成_t结尾的,有讲究么?STL感觉实在太变态了
about typedef关于typedef的一个问题
如何使用这个template?sgi stl 源代码一问
Why the number is not exact in C++请教函数 INIT 怎么能free memory
sizeof()的问题difference between FILE and struct FILE
是不是题出错了?请问可以这样定义struct吗?
相关话题的讨论汇总
话题: somelist话题: list话题: somestruct话题: intlist话题: typedef
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
kindom (天道酬勤) 于 (Fri Sep 23 15:20:58 2005) 提到:
Sorry I could not input Chinese here.
For example, I have a list defined as:
////////////////////////////////////////
typedef std::list IntList;
struct SOMESTRUCT {
IntList * ants;
int num;
};
typedef std::list SomeList;
////////////////////////////////////////
I defined a list of type SomeList in the code:
SomeList * platoon = new SomeList();
Then I put some elements of type SOMESTRU
1 (共1页)
进入Programming版参与讨论
相关主题
请问可以这样定义struct吗?如何使用这个template?
c++ template question:Why the number is not exact in C++
Question: Given a pointer to a functionsizeof()的问题
谁帮我解释一下这个代码是不是题出错了?
c++ typedef 一问大家帮忙看看是什么问题
how to initialize this struct.intel icc hash_map 求救!
为啥有人喜欢把_s结尾的结构typedef成_t结尾的,有讲究么?STL感觉实在太变态了
about typedef关于typedef的一个问题
相关话题的讨论汇总
话题: somelist话题: list话题: somestruct话题: intlist话题: typedef