C++网络库
最近因为要做一个网络相关的项目,想直接用一个包装了Socket的库。在网上找了一圈,发现几个跨平台的C++网络库,具体的功能还没测试,先记下:
Asio C++ Library http://think-async.com/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.
C++ Sockets Library http://www.alhem.net/Sockets/This is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore works on most unixes and also win32.