Re: D Lang Socket Programming Example

2013-09-08 Thread Savsak
On Friday, 6 September 2013 at 21:02:09 UTC, Ali Çehreli wrote: On 09/06/2013 01:47 PM, Savsak wrote: > Hi Friends, > > Socket programming with the D programming language is the most simple > way how to do it > > For example, the sample with Tango, but not by phobos > >

D Lang Socket Programming Example

2013-09-06 Thread Savsak
Hi Friends, Socket programming with the D programming language is the most simple way how to do it For example, the sample with Tango, but not by phobos How do I do this with a simple, but phobos import tango.io.Stdout; import tango.net.Socket; import tango.net.ServerSocket; import tango.n