由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - [合集] set of set?
相关主题
[合集] set of struct[合集] What are the differences between "const char* p" and "c
[合集] What does this mean in C++[合集] 大家是怎么调试带STL模板类的c++程序的?
[合集] 谁能贴出thrust的简历,仰慕一下[合集] 问个STL效率的问题
[合集] how to `pause' in C programming[转载] Re: 问个土问题吧
[合集] 请问哪位有Hilbert transform 的 C code[合集] 这样写有什么不好?
[合集] C# 面试问题讨论Can we define pure virtual function? (转载)
STL set and map question[合集] 用什么工具画程序的FLOW CHART?
终于知道了 ++i 比 i++快[合集] 请牛人解释为啥C++ has stronger typing than C//bow
相关话题的讨论汇总
话题: set话题: campos话题: std话题: sep话题: mon
进入Programming版参与讨论
1 (共1页)
b***y
发帖数: 2799
1
☆─────────────────────────────────────☆
campos (campos) 于 (Mon Sep 26 21:24:28 2005) 提到:
in STL
how to define/use set of set
std::set setname;
doesn't work
☆─────────────────────────────────────☆
campos (campos) 于 (Mon Sep 26 21:37:58 2005) 提到:
ft
原来应该写成
std::set > setname;


☆─────────────────────────────────────☆
alexx (panda in love~八胖~饲羊员~水木十年) 于 (Mon Sep 26 21:42:07 2005) 提到:
不然机器怎么知道你造了啥set.
以下是附件内容:
1 (共1页)
进入Programming版参与讨论
相关主题
[合集] 请牛人解释为啥C++ has stronger typing than C//bow[合集] 请问哪位有Hilbert transform 的 C code
[合集] 这段C++程序哪种写法是正确的[合集] C# 面试问题讨论
Big O的表示问题 (转载)STL set and map question
如果面试码工,在简历中把研究项目写成算法研究,应该怎么写好?终于知道了 ++i 比 i++快
[合集] set of struct[合集] What are the differences between "const char* p" and "c
[合集] What does this mean in C++[合集] 大家是怎么调试带STL模板类的c++程序的?
[合集] 谁能贴出thrust的简历,仰慕一下[合集] 问个STL效率的问题
[合集] how to `pause' in C programming[转载] Re: 问个土问题吧
相关话题的讨论汇总
话题: set话题: campos话题: std话题: sep话题: mon