Windows C++ Socket Example
The following sections describe an implementation of a socket library for the Windows operating system, and provides sample mini applications for sending and receiving files to and from a BitWise device using the complete File transfer protocol.
This code and these descriptions and examples are all functional and up-to-date, but this implementation of the Windows socket layer is not the basis of the contents of the common public Git repository, so it has been deprecated.
See Also