Sockets and D?
    Denis Koroskin 
    2korden at gmail.com
       
    Thu Apr  2 17:35:21 PDT 2009
    
    
  
On Fri, 03 Apr 2009 04:19:10 +0400, Jimi_Hendrix <myspot40 at gmail.com> wrote:
> Hi, I am new to D but not to programming.  I have had some socket  
> experience before.  How would i connect to a server using sockets in D?   
> A link to a D socket tutorial (if one exists) would also be appreciated.
>
> by the way, first post to a newsgroup for me
Hi!
I'd suggest you to look at Tango as it has very impressive networking feature set.
Alternatively, you can use all those BSD sockets API functions from D directly (as you'd do in C/C++), but I wouldn't recommend going that low-lever.
    
    
More information about the Digitalmars-d-learn
mailing list