搜索资源列表
boost_1_41_0_doc_20091225
- c++大名鼎鼎的扩展库boost,实现了很多非常实用的功能。此中文帮助文档必定会让你的开发进度加快-c famous extensive library of boost, a lot of very useful features. This Chinese help documentation must make your development accelerated
boost
- 大名鼎鼎的BOOST库的参考手册,该版本为1.40.里面有大量的函数说明的例子,对初学boost的人一定能有帮助-The famous BOOST library reference manual, this version is 1.40. A large number of functions inside the illustration on the beginners who will be able to boost help
Beyond_STL_cn
- Boost的介绍 因为你正在读这本书,我希望你至少对Boost库有一点熟悉,或者你至少听说过Boost。 Boost里有很多库,只有很少一些是你不感兴趣的。可以肯定你会在里面找到马上就要用的库。Boost库覆盖了广泛的领域,从数学库到智能指针,从模板元编程库到预处理器库,从线程到lambda表达式,等等。所有Boost库都具有宽松的许可证,确保库可以被自由使用于商用软件。支持通过新闻组实现,那是Boost社区最具活力的地方,而且至少有一家公司专门提供与Boost相关的咨询服务。对于Boost
boost_1_47_pdf_beta
- boost库准标准库 封装了服务器框架 编程文档 很难找的 -boost program source file
boost_1_47_pdf
- 此文档包括了boost中61个常用库,对每个库进行了详细的介绍和一些基本的用法,是学习boost的很好的英文学习材料。-This document includes a boost of 61 libraries, a detailed introduction and some basic usage for each library is a learning boost English learning materials.
Beyond-the-CPP-STL
- Boost 带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先, 我们系统地介绍一下Boost 库的主要组成和它们的主要用法。-Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost
thePCPPPStandardPLibrary
- Boost带领你远远地超越了C++标准库,它使得C++编程更优雅、更有活力、更高产。首先,我们系统地介绍一下Boost库的主 要组成和它们的主要用法。-Boost lead you far beyond C++ standard library, it makes C++ programming more elegant, more dynamic, more productive. First, we introduced a major component of the Boost li
bind
- 一个 超小型的bind库, 它实现了大部分boost::bind的功能, 只是将名字空间由boost 变换为 bi 。如果使用了一般的使用中通常可以将 boost::bind(my_fun(), _1,_2)(234, "hello world") 形式替换为 bi::bind(my_fun(), _1, _2)(234, "hello world"), 既可完成编译,如果使用了名字空间,那就只需要将 using namespace boost 替换为 using names
boostThread
- 关于C++ bosst库线程学习的一些总结与经验,对想学boost库的朋友还是有点帮助的-Some summary about learning c++ bosst thread and experience, to want to learn to boost library friend are still a little help
Boost_VS2010Installation-steps
- Boost库VS2010下的安装使用步骤,包括编译方法,添加到工程的方法-Boost library VS2010 under the installation steps, including the compiler method, add to the project method
Boost程序库完全开发指南
- 对初学着学习boost有很大帮助,希望能帮助到大家(For beginners to learn boost is very helpful)