boost-asio-examples
boost-asio-examples copied to clipboard
Source code for examples from article "What is Boost.Asio, and why we should use it", http://alexott.net/en/cpp/BoostAsioNotes.html
boost-asio-examples
Source code for examples from article What is Boost.Asio, and why we should use it
Source code requires Boost >= 1.42 & CMake >= 2.6. Use following commands to configure & build examples:
mkdir build
cd build
cmake ..
make
This work is licensed under a Creative Commons Attribution 3.0 Unported License.