文件名称:socket多线程程序
文件大小:78KB
文件格式:RAR
更新时间:2012-07-30 06:45:31
socket
。Windows环境下进行通讯程序设计的最基本方法是应用Windows Sockets实现进程间的通讯,为此微软提供了大量基于Windows Sockets的通讯API,如WinSockAPI、WinInetAPI和ISAPI,并一直致力于开发更快、 更容易的通讯API,将其和MFC集成在一起以使通讯编程越来越容易。本实例重点介绍使用MFC的CSocket类编写网络通讯程序的方法,并通过使用CSocket类实现了网络聊天程序。
【文件预览】:
SocketTest
----SocketTest()
--------Server.csproj(3KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(470B)
--------Server.Designer.cs(3KB)
--------Server.cs(3KB)
--------Server.resx(6KB)
----Client()
--------Client.resx(6KB)
--------bin()
--------obj()
--------Properties()
--------Program.cs(466B)
--------Client.cs(2KB)
--------Client.Designer.cs(4KB)
--------Client.csproj(3KB)
----SocketTest.suo(22KB)
----exe()
--------Server.pdb(26KB)
--------Client.exe(20KB)
--------Client.pdb(22KB)
--------Server.vshost.exe(6KB)
--------Server.exe(20KB)
----SocketTest.sln(1KB)