Windows Sockets for Network Programming: Overview

HomeHow Do IDetailsSample

MFC supplies two classes to support programming network applications with the Windows Sockets API. Class CAsyncSocket encapsulates the Windows Sockets API one-for-one, giving advanced network programmers the most power and flexibility. Class CSocket provides a simplified interface for serializing data to and from a CArchive object.

What do you want to know more about?