Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 boost socket 在我的应用程序中读取一定数量的字节。我听说曾经有读取功能可以做到这一点,但现在它不见了。有人知道我该如何处理吗?有没有特别的异步方式来做到这一点?
你想要boost::asio::async_read()。它可以读取特定数量的字节,但是要注意大量的重载。
boost::asio::async_read()