Description: The widespread use of socket network programming interface to the process of communication between the network and the specific details of the TCP/IP is encapsulated in the kernel, done by the kernel users only need to use the kernel socket API to communication can be. Windows network programming has inherited the Unix socket interface, much the same basic pattern with Unix. However, due to the realization of the two systems, there are still some differences in the concrete realization of the network program. Including some of the socket API prototype, as well as the compilation of concurrent server.
To Search:
File list (Check if you may need any files):
Client.cpp
Server.cpp