STL_Programmer_Guide(CHM)

时间:2010-08-10 06:05:23
【文件属性】:

文件名称:STL_Programmer_Guide(CHM)

文件大小:537KB

文件格式:RAR

更新时间:2010-08-10 06:05:23

Library Programmer Standard STL Template

Introduction to the Standard Template Library 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的东东,希望大家喜欢吧


【文件预览】:
STL_Programmer_Guide.chm

网友评论

  • 好像没有stream方面的内容,奇怪
  • 好东西,比较全面的介绍stl 英文的。

相关文章