6 Aug
2008
6 Aug
'08
2:27 p.m.
Hello, Is it possible to directly read into a string using boost::asio::read? Or do I have to first read into an array of char, then assign it to the string? Thanks! Jean