Socket Classes for Windows Programming #
Many moons ago I took the socket++ package and adapted it for Windows. The resulting socket streams are presented in the first article in this series.
Socket streams are then used to build a multi-threaded TCP server object.
The next level was to implement an application-embedded HTTP server.