由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - c++: what is sequential container class?
相关主题
一个C++的概念问题Partitioning (转载)
c++ pointers are iterators, why?Dynamic buffer management question
C++ 普及课程 (视频):Introduction of STL[合集] MS interview question
How to send a structure containing a pointer over socket?C++ 程序求助
std::map 为什么没有排序呢linux内存分配中page的几个问题
通过日志分析yarn app实际内存用量August 2015 go 1.5 跳票了
Go’s path to becoming a Top 10 if not Top 5 language[转载] What search method is used in exists()?
char[] 和 char*有什么区别?what's wrong with this scripts?variable passing?
相关话题的讨论汇总
话题: sequential话题: container话题: c++话题: class话题: what
进入Programming版参与讨论
1 (共1页)
p****r
发帖数: 165
1
searched the web, did not find a good answer, anybody have a hint? Thanks.
d****n
发帖数: 1637
2
Either the memory allocation for each element is contiguous or could be not.
r*****s
发帖数: 51
3
Linear structure, like array, stack, queue, but not tree or graph.
1 (共1页)
进入Programming版参与讨论
相关主题
what's wrong with this scripts?variable passing?std::map 为什么没有排序呢
如何实现 strtok() ?通过日志分析yarn app实际内存用量
iterator and [], which is faster?Go’s path to becoming a Top 10 if not Top 5 language
How to read binary(data) file generated by Fortran in C/C++ (转载)char[] 和 char*有什么区别?
一个C++的概念问题Partitioning (转载)
c++ pointers are iterators, why?Dynamic buffer management question
C++ 普及课程 (视频):Introduction of STL[合集] MS interview question
How to send a structure containing a pointer over socket?C++ 程序求助
相关话题的讨论汇总
话题: sequential话题: container话题: c++话题: class话题: what