.NET
socket.asc
Associated article: Untangling the Windows Sockets API
Tags: .NET Design
_UNTANGLING THE WINDOWS SOCKETS API_ by Mike Calbaum, Frank Porcaro, Mark Ruegsegger, and Bruce Backman [LISTING ONE] /* * Sock.c -- Windows sockets sample application * * Implements psuedo finger client and server. * Should work with any UNIX finger daemon * */ #include "windows....


