Win32 Command Line SMTP
Command Line SMTP can be programmed using sockets very easily. SMTP or Simple Mail Transfer Protocol has a set of commands to be sent […]
Command Line SMTP can be programmed using sockets very easily. SMTP or Simple Mail Transfer Protocol has a set of commands to be sent […]
The third part of this Winsock tutorial provides a useful way to handle sockets by using an Event based model. This model uses the […]
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 […]
There is a function gethostbyname for getting the ip address using Winsock. This function will retrieve the ip address details into a variable of […]
Socket programming in MFC is usually a bit messy. It’s always clean and convenient to write the socket programs using Win32. A big […]
Copyright © 2024 | WordPress Theme by MH Themes