如果你想找一份c/c++库函数,还有STL的帮助文档,以备 不时只需,这是个很好的文档; 一份中文的,一份英文的; 是我见过最好,最全面的帮助文档; 而且,我在里面看的STL,也受益匪浅。。
2021-06-28 10:07:30 540KB SLT c/c++ 库函数
1
比较全的C++ STL文档,完全可以当做一个字典来用,个人觉得不错。
2019-12-21 21:24:56 1.41MB c++ STL
1
Standard Template Library Programmer's Guide The Standard Template Library, or STL, is a C++ library of container classes, algorithms, and iterators; it provides many of the basic algorithms and data structures of computer science. The STL is a generic library, meaning that its components are heavily parameterized: almost every component in the STL is a template. You should make sure that you understand how templates work in C++ before you use the STL. 标准模板库,STL是一个C++库的容器类,算法和迭代器;它提供了许多的计算机科学的基本算法和数据结构。STL是一个通用库,意味着它的组件被大量参数化:STL中的几乎每个组件都是模板。你应该确保你了解模板在C++之前你使用STL。
2019-12-21 20:53:29 6.01MB 帮助文档 stl
1
C/C++ STL参考手册 STL帮助文档 中文/英文版都有,读者可以先看看中文,再对照英文原文推敲 或者先看英文,再看中文翻译
1