文件名称:windows socket通迅工具
文件大小:261KB
文件格式:ZIP
更新时间:2017-09-25 12:54:41
socket winsock TCP IP
最简单的windows socket编写的通迅工具,用的是服务器/客户端模式,TCP阻塞编程,用VC++2010编写的,里面包含Server和Client两个项目分别用于服务器端和客户端,虽然比较粗糙,但本人也是新手,优点就是简单易懂。
【文件预览】:
Client
----stdafx.cpp(139B)
----Client.vcxproj.user(143B)
----Client.aps(103KB)
----res()
--------Client.ico(66KB)
--------Client.rc2(668B)
----stdafx.h(2KB)
----ClientDlg.h(741B)
----Client.vcxproj(6KB)
----Client.h(498B)
----Client.cpp(2KB)
----targetver.h(234B)
----Client.rc(9KB)
----Client.vcxproj.filters(2KB)
----ClientDlg.cpp(3KB)
----resource.h(2KB)
----ReadMe.txt(3KB)
Server
----stdafx.cpp(139B)
----Server.cpp(2KB)
----Server.vcxproj(6KB)
----res()
--------Server.ico(66KB)
--------Server.rc2(668B)
----stdafx.h(2KB)
----Server.h(549B)
----ServerDlg.h(778B)
----Server.aps(103KB)
----targetver.h(234B)
----Server.vcxproj.filters(2KB)
----ServerDlg.cpp(4KB)
----Server.rc(9KB)
----Server.vcxproj.user(143B)
----resource.h(2KB)
----ReadMe.txt(3KB)