条款55:让自己熟悉 Boost

Familiarize yourself with Boost.

Boost 是一个 C++ 开发者集结的社群,网址 http://boost.org。

Boost 程序库对付的主体十分繁多,区分数十类目,主要包括:

  • 字符串与文本处理;

  • 容器;

  • 函数对象和高级编程;

  • 泛型编程(Generic programming);

  • 模板元编程(Template meta-programming);

  • 数学和数值(Math and numerics);

  • 正确性与测试(Correctness and testing);

  • 数据结构;

  • 语言间的支持(Inter-language support);

  • 内存;

  • 杂项,包括 CRC 检查、日期和时间的处理、在文件系统上来回移动等等;

Last updated

Was this helpful?