文件名称:QQchat
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
一个用vc++ 编的聊天小工具,其中包含了二个文件,一个是服务端代码,另一个是客服端代码,在两台电脑各运行一个程序,就能像qq一样聊天了。-A vc++ series of chat gadget, which contains two files, a service-side code, another customer service side code in two computers each running a program, can be the same as qq chat.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
聊天程序\ChatClient\ChatClient.cpp
........\..........\ChatClient.dsw
........\..........\ChatClient.h
........\..........\ChatClient.rc
........\..........\ChatClientDlg.cpp
........\..........\ChatClientDlg.h
........\..........\ClientSocket.cpp
........\..........\ClientSocket.h
........\..........\res\ChatClient.ico
........\..........\...\ChatClient.rc2
........\..........\...\Thumbs.db
........\..........\resource.h
........\..........\StdAfx.cpp
........\..........\StdAfx.h
........\....Server\ChatServer.cpp
........\..........\ChatServer.dsw
........\..........\ChatServer.h
........\..........\ChatServer.ncb
........\..........\ChatServer.rc
........\..........\ChatServerDlg.cpp
........\..........\ChatServerDlg.h
........\..........\ListenSocket.cpp
........\..........\ListenSocket.h
........\..........\res\ChatServer.ico
........\..........\...\ChatServer.rc2
........\..........\...\Thumbs.db
........\..........\resource.h
........\..........\ServerSocket.cpp
........\..........\ServerSocket.h
........\..........\StdAfx.cpp
........\..........\StdAfx.h
........\....Client\res
........\....Server\res
........\ChatClient
........\ChatServer
聊天程序