asio C++ library 0.2.0 review
Downloadasio is a cross-platform C++ library for network programming that provides developers with a consistent asynchronous I/O model using
|
|
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 search tags