搜索资源列表
shanchuan
- 用VC++编写的使用tcp协议聊天的程序,在局域网中使用一台机器作为服务器作为主机运行服务端程序,然后在其他的计算机上运行客户端程序,服务器可与其他的计算机用户聊天-Using VC++, prepared using the tcp protocol chat program, in the local area network using a machine as a server to run as a host server, and then in the other computer
TCP socket通信
- TCP客户端与服务端的例子,使用C++开发,在VS2010上编译通过。