asio C++ library 0.2.0 review

Download
by rbytes.net on

asio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using

License: Other/Proprietary License
File size: 0K
Developer: Chris Kohlhoff
0 stars award from rbytes.net

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.

asio is released under the Boost Software License.

Requirements:
asio requires Boost version 1.33. There is no need to build any of the Boost libraries to use asio, as only the header files are required. (Note: with MSVC or Borland C++ you may need to add -DBOOST_DATE_TIME_NO_LIB to your project settings to disable autolinking of the Boost.Date_Time library.)

asio C++ library 0.2.0 keywords