Boost C++库

The Boost C++ Libraries即Boost C++库英文在线地址为:https://theboostcpplibraries.com/
以下是对应的书籍目录,如下:

目录

Preface

Introduction

I. RAII and Memory Management

II. String Handling

III. Containers

IV. Data Structures

V. Algorithms

VI. Communication

VII. Streams and Files

VIII. Time

IX. Functional Programming

X. Parallel Programming

XI. Generic Programming

XII. Language Extensions

XIII. Error Handling

XIV. Number Handling

XV. Application Libraries

XVI. Design Patterns

XVII. Other Libraries

Index

Next

本书的代码示例

本书包含430多个示例。 每个示例都是完整的,可以编译和执行。 您可以从https://theboostcpplibraries.com/examples下载所有示例,以快速入门。
所有示例均已使用以下编译器进行了测试:Microsoft Visual Studio Professional 2013更新1(带有Service Pack 1的64位Windows 7 Professional),GCC 4.8.3(64位Cygwin 1.7.30),GCC 4.6.3(32) 位的Ubuntu 12.04.4)和Clang 3.3(32位的Ubuntu 12.04.4)。

本书中的所有示例均基于C ++ 11标准。 在测试期间,所有编译器都配置为启用对C ++ 11的支持。 大多数示例都可以在Windows,Linux和OS X上运行,但有一些依赖于平台。 例外在示例描述中说明。

猜你喜欢

转载自blog.csdn.net/ccf19881030/article/details/106030193
今日推荐