文件名称:simplenetworkcommunication
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [Windows] [Visual C] [源码]
- 上传时间:
- 2013-11-03
- 文件大小:
- 62kb
- 下载次数:
- 0次
- 提 供 者:
- ke***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
一个简单的网络通信的小软件,包括客服端,和服务器端,用VC++写的,希望能够帮助到新手-A simple small network communication software, including client service, and server-side, with the VC++ write, I hope to be able to help the novice
(系统自动生成,下载前可以参看下载内容)
下载文件列表
简单网络通信\TCPClient\MySocket.cpp
............\.........\MySocket.h
............\.........\ReadMe.txt
............\.........\res\TCPClient.ico
............\.........\...\TCPClient.rc2
............\.........\...\Thumbs.db
............\.........\Resource.h
............\.........\StdAfx.cpp
............\.........\StdAfx.h
............\.........\TCPClient.aps
............\.........\TCPClient.clw
............\.........\TCPClient.cpp
............\.........\TCPClient.dsp
............\.........\TCPClient.dsw
............\.........\TCPClient.h
............\.........\TCPClient.ncb
............\.........\TCPClient.opt
............\.........\TCPClient.plg
............\.........\TCPClient.rc
............\.........\TCPClientDlg.cpp
............\.........\TCPClientDlg.h
............\...Server\MySocket.cpp
............\.........\MySocket.h
............\.........\ReadMe.txt
............\.........\res\TCPServer.ico
............\.........\...\TCPServer.rc2
............\.........\...\Thumbs.db
............\.........\Resource.h
............\.........\StdAfx.cpp
............\.........\StdAfx.h
............\.........\TCPServer.aps
............\.........\TCPServer.clw
............\.........\TCPServer.cpp
............\.........\TCPServer.dsp
............\.........\TCPServer.dsw
............\.........\TCPServer.h
............\.........\TCPServer.ncb
............\.........\TCPServer.opt
............\.........\TCPServer.plg
............\.........\TCPServer.rc
............\.........\TCPServerDlg.cpp
............\.........\TCPServerDlg.h
............\...Client\res
............\...Server\res
............\TCPClient
............\TCPServer
简单网络通信