Boost.Asio
Boost.Asio is a cross-platform C++ library for network and low-level I/O programming that provides developers with a consistent asynchronous
model using a modern C++ approach.
Boost.Asio 函数库是跨平台的用于网络和低端 I/O 编程的 C++ 函数库,它为开发者提供了一系列异步协调机制。
概述
An overview of the features included in Boost.Asio, plus rationale and design information .
概括浏览一下 Boost.Asio 库中包含的新特性,附加其基本原理和设计信息
使用 Boost.Asio
How to use Boost.Asio in your applications . Includes information on library dependencies and supported platforms.
如何将 Boost.Asio 应用于你自己的应用程序中. 包括其所依赖的函数库和所支持的运行平台等相关信息.
教程
A tutorial that introduces the fundamental concepts required to use Boost.Asio and shows how to use Boost.Asio to
develop simple client and server programs.
所谓教程就是介绍使用Boost.Asio 函数库之前需要了解的基本原理,以及,(向读者)暂时如何使用 Boost.Asio 函数库
来开发简单的客户端和服务器程序.
参考资料
Detailed class and function reference.
在文档中涉及到的类和方法的详细参考资料
Boost.Asio 函数库的历史版本
Log of Boost.Asio changes made in each Boost release
记录不同 Boost 发布版本中 Boost.Asio 函数库的变更
索引
Book-style text index of Boost.Asio documentation .
以仿照书籍式的文本索引格式的Boost.Asio 函数库文档
阅读(1127) | 评论(0) | 转发(0) |