C++stl标准库手册
用来查找算法如istream::read//readafileintomemory#include#includeusingnamespacestd;intmain(){intlength;char*buffer;ifstreamis;is.open("test.txt",ios::binary);//getlengthoffile:is.seekg(0,ios::end);length=is.tellg();is.seekg(0,ios::beg
用户评论
推荐下载
-
c++STL基础及应用
c++STL基础及应用,2010年出版,清华大学出版社,全书390页
32 2019-05-20 -
殊绝结构c++STL
williamford写的数据结构C++语言描述STL。全书代码
24 2019-05-27 -
C++STL文档合集.rar
文档列表:C++_STL详解.pptC++类模板与STL编程.pptC++中vector使用范例.pdfC++Vector用法_合集.docC++_中的map容器.pdfC+++中的set容器.pdf
25 2019-07-29 -
C++STL范例大全教程
讲述C++中标准模板库的教程,范例较多,绝对适合学习
16 2019-07-29 -
c++STL容器设计相关
c++/STL container design related
28 2019-06-27 -
C++STL轻松导学
C++STL轻松导学
25 2019-07-12 -
c++stl使用例子大全
c++stl
24 2019-05-06 -
C++stl源代码下载
C++的stl源代码下载,熟悉C++stl库的原理和机制,了解array等数据结构的内在实现
30 2019-05-13 -
c++STL资料pdf汇总
高效c++编程的首选,STL资料汇总,c++STL资料pdf汇总
19 2019-05-31 -
C++STL资料包大全
C++ STL package
25 2019-06-22
暂无评论