浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

asio C++ library

Asio C++ Library

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.

 

Asio and Boost.Asio

Asio comes in two variants: (non-Boost) Asio and Boost.Asio. More...

 

License

Asio is released under the Boost Software License.

 

Supported Platforms

The following platforms and compilers have been tested:

 

  • Win32 and Win64 using Visual C++ 7.1, 8.0, 9.0 and 10.0.
  • Win32 using MinGW.
  • Win32 using Cygwin. ( __USE_W32_SOCKETS must be defined.)
  • Linux (2.4 or 2.6 kernels) using g++ 3.3 or later.
  • Solaris using g++ 3.3 or later.
  • Mac OS X 10.4 and later using g++ 3.3 or later.

The following platforms may also work:

 

  • Win32 using Borland C++Builder 2007.
  • AIX 5.3 using XL C/C++ v9.
  • HP-UX 11i v3 using patched aC++ A.06.14.
  • QNX Neutrino 6.3 using g++ 3.3 or later.
  • Solaris using Sun Studio 11 or later.
  • Tru64 v5.1 using Compaq C++ v7.1.
posted on 2013-02-18 17:04  lexus  阅读(562)  评论(0)    收藏  举报