(Phobos - SocketStream) Am I doing something wrong or is this a bug?

Jesse Phillips jessekphillips at gmail.com
Tue Nov 3 19:03:26 PST 2009


On Tue, 03 Nov 2009 20:05:17 -0500, Zane wrote:

> If I am to receive
> these in arbitrarily sized chunks for concatenation, I don't see a
> sensible way of constructing a loop.  Example?
> 
> Zane

You can use the number of bytes read to determine and use string slicing 
to concatenation into the final array.



More information about the Digitalmars-d mailing list