Jimi_Hendrix 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
As certain Tango users have neglected to tell you, Phobos also has a perfectly servicable socket interface in std.socket. If you know Sockets in C, you should have no problem with it. http://digitalmars.com/d/1.0/phobos/std_socket.html