stl
文章平均质量分 90
lp310018931
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
《EfficativeSTL》
定义、使用和扩展STL 没有“STL”的官方定义,在本书中,“STL”的意思是与迭代器合作的C++标准库的一部 分。那包括标准容器(包括string),iostream库的一部分,函数对象和算法。它不包括 标准容器适配器(stack,queue和priority_queue)以及bitset和valarray容器,因为它们 缺乏迭代器支持。它也不包括数据。真的,数组以指针的形式支持迭代器,原创 2015-07-20 22:28:26 · 1300 阅读 · 0 评论 -
C++英文单词统计小程序
//WorldTest.h /* //Function : count world //Date : 2015-09-24 //Author : pengl */ #ifndef _WORLD_TEST_H_ #define _WORLD_TEST_H_ #include #include #include #include #include #include #include原创 2015-09-24 03:19:56 · 3505 阅读 · 0 评论
分享