No Image

Win32 Command Line SMTP

February 17, 2010 muthu 0

   Command Line SMTP can be programmed using sockets very easily. SMTP or Simple Mail Transfer Protocol has a set of commands to be sent […]

No Image

Socket Server in Win32 Select Model

February 17, 2010 muthu 0

Windows provides different models for programming with sockets. This winsock tutorial explains, one of the models which uses select function. The other winsock models are using […]

No Image

Win32 Socket Client

February 16, 2010 muthu 0

  Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32.   A big […]