发布于 2014-08-08 00:31:16 | 177 次阅读 | 评论: 0 | 来源: 网友投递
Boost 可移植的C++库
Boost库是一个可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的开发引擎之一。 Boost库由C++标准委员会库工作组成员发起,其中有些内容有望成为下一代C++标准库内容。在C++社区中影响甚大,是不折不扣的“准”标准库。Boost由于其对跨平台的强调,对标准C++的强调,与编写平台无关。
Boost库是一个经过千锤百炼、可移植、提供源代码的C++库,作为标准库的后备,是C++标准化进程的发动机之一。 Boost库由C++标准委员会库工作组成员发起,在C++社区中影响甚大,其成员已近2000人。 Boost库为我们带来了最新、最酷、最实用的技术,是不折不扣的“准”标准库。
Boost 1.56.0 发布,此版本包括一个新的库和大量的改进和 bug 修复。
=== 新模块 ===
Assert: Customizable assert macros. Maintained by Peter Dimov.
Core: Core utilities used by other libraries, with minimal dependencies. Maintained by Peter Dimov, Glen Fernandes and Andrey Semashev.
Lexical_Cast: General literal text conversions, such as an int represented a string, or vice-versa, from Kevlin Henney.
Throw_Exception: A common infrastructure for throwing exceptions from Boost libraries, from Emil Dotchevski.
Winapi: Windows API declarations without <windows.h>, for internal Boost use.
===新库===
Align: Memory alignment functions, allocators, and adaptors, from Glen Fernandes.
Type_Index: Runtime/Compile time copyable type info, from Antony Polukhin.
更多更新信息和下载请前往:http://www.boost.org/users/news/version_1.56.0
SourceForge 下载:http://sourceforge.net/projects/boost/files/boost/1.56.0/
安装最新版本: http://www.boost.org/doc/libs/release/more/getting_started/index.html