Boost C++ Libraries Home Libraries People FAQ More

Next

Boost.Asio

Christopher Kohlhoff

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Boost.Asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using a modern C++ approach.

Using Boost.Asio

How to use Boost.Asio in your applications. Includes information on library dependencies and supported platforms.

Tutorial

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.

Examples

Examples that illustrate the use of Boost.Asio in more complex applications.

Reference

Detailed class and function reference.

Design

Rationale and design information for Boost.Asio.

Last revised: March 30, 2008 at 09:58:01 GMT


Next