Boost.Asio是一个跨平台的网络及底层IO的C++编程库,它使用现代C++手法实现了统一的 ... size_t len=socket.read_some(buffer(buf), ec); std::cout.write(buf, len); ...
確定! 回上一頁