C++2.0

Boost参考

2018-10-02  本文已影响11人  芒鞋儿

主要:

boost的在线document:http://boost.org/libs/libraries.htm

唯一的关于boost的book:Beyond the C++ Standard Library: An Introduction to Boost

其他:

http://www.boost.org/

heroboy2000: http://blog.csdn.net/heroboy2000/
dozb: http://dozb.bokee.com/catalog_2005.html

boost china: http://www.stlchina.org/twiki/bin/view.pl/Main/BoostChina

三 boost库索引(来自BoostChina

1 按字母顺序库列表


2 按主题库列表

2.0 字符串和文本处理( String and text processing)

2.1 容器(Containers)

2.2 迭代器(Iterators)

2.3 算法( Algorithms )

2.4 函数对象和高阶编程(Function objects and higher-order programming)

2.5 泛型编程(Generic Programming)

2.6 模板元编程(Template Metaprogramming )

2.7 预处理元编程(Preprocessor Metaprogramming)

2.8 并发编程(Concurrent Programming)

2.9 数学和数值计算(Math and numerics)

2.10 纠错和测试( Correctness and testing)

2.11数据结构( Data structures)

2.12 输入/输出(Input/Output)

2.13 跨语言支持(Inter-language support)

2.14 内存(Memory)

2.15解析( Parsing )

2.16杂项( Miscellaneous )

2.17 Broken compiler workarounds

上一篇下一篇

猜你喜欢

热点阅读