文件名称:ChatConference
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual.Net] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 168kb
- 下载次数:
- 0次
- 提 供 者:
- cat****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
This a chat program I wrote by MFC. I used windows socket to write this program.
Chat server is an application which does the following operations:
* Listens for incoming calls from clients. Client running in any PC can connect to the server if IP address of the server is known.
* Listens for messages from all the connected clients.
* Broadcasts the message from clients to all the clients connected to the server.
* You can also type-in messages in the server, which will be broadcasted to all the clients.
Chat client does the following things:
* Sends messages to server as well as to all the connected clients.
* Views the messages from all the clients and server.
-This is a chat program I wrote by MFC. I used windows socket to write this program.
Chat server is an application which does the following operations:
* Listens for incoming calls from clients. Client running in any PC can connect to the server if IP address of the server is known.
* Listens for messages from all the connected clients.
* Broadcasts the message from clients to all the clients connected to the server.
* You can also type-in messages in the server, which will be broadcasted to all the clients.
Chat client does the following things:
* Sends messages to server as well as to all the connected clients.
* Views the messages from all the clients and server.
Chat server is an application which does the following operations:
* Listens for incoming calls from clients. Client running in any PC can connect to the server if IP address of the server is known.
* Listens for messages from all the connected clients.
* Broadcasts the message from clients to all the clients connected to the server.
* You can also type-in messages in the server, which will be broadcasted to all the clients.
Chat client does the following things:
* Sends messages to server as well as to all the connected clients.
* Views the messages from all the clients and server.
-This is a chat program I wrote by MFC. I used windows socket to write this program.
Chat server is an application which does the following operations:
* Listens for incoming calls from clients. Client running in any PC can connect to the server if IP address of the server is known.
* Listens for messages from all the connected clients.
* Broadcasts the message from clients to all the clients connected to the server.
* You can also type-in messages in the server, which will be broadcasted to all the clients.
Chat client does the following things:
* Sends messages to server as well as to all the connected clients.
* Views the messages from all the clients and server.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ChatConference\ChatConference.sln
..............\ChatConference.suo
..............\..............Server\ChatConferenceServer.vcproj
..............\....................\ChatConferenceServerDlg.cpp
..............\....................\ChatConferenceServer.rc
..............\....................\ReadMe.txt
..............\....................\Resource.h
..............\....................\ChatConferenceServer.aps
..............\....................\ChatConferenceServerDlg.h
..............\....................\ChatConferenceServer.h
..............\....................\ChatConferenceServer.cpp
..............\....................\stdafx.cpp
..............\....................\res\ChatConferenceServer.rc2
..............\....................\...\ChatConferenceServer.ico
..............\....................\stdafx.h
..............\....................\user.txt
..............\debug\ChatConferenceClient.exe
..............\.....\ChatConferenceServer.exe
..............\.....\user.txt
..............\ChatConferenceClient\ChatConferenceClient.vcproj
..............\....................\ReadMe.txt
..............\....................\ChatConferenceClientDlg.cpp
..............\....................\ChatConferenceClientDlg.h
..............\....................\Resource.h
..............\....................\ChatConferenceClient.aps
..............\....................\ChatConferenceClient.rc
..............\....................\ChatConferenceClient.h
..............\....................\ChatConferenceClient.cpp
..............\....................\stdafx.cpp
..............\....................\res\ChatConferenceClient.rc2
..............\....................\...\ChatConferenceClient.ico
..............\....................\stdafx.h
..............\..............Server\res
..............\..............Client\res
..............\ChatConferenceServer
..............\debug
..............\ChatConferenceClient
ChatConference
..............\ChatConference.suo
..............\..............Server\ChatConferenceServer.vcproj
..............\....................\ChatConferenceServerDlg.cpp
..............\....................\ChatConferenceServer.rc
..............\....................\ReadMe.txt
..............\....................\Resource.h
..............\....................\ChatConferenceServer.aps
..............\....................\ChatConferenceServerDlg.h
..............\....................\ChatConferenceServer.h
..............\....................\ChatConferenceServer.cpp
..............\....................\stdafx.cpp
..............\....................\res\ChatConferenceServer.rc2
..............\....................\...\ChatConferenceServer.ico
..............\....................\stdafx.h
..............\....................\user.txt
..............\debug\ChatConferenceClient.exe
..............\.....\ChatConferenceServer.exe
..............\.....\user.txt
..............\ChatConferenceClient\ChatConferenceClient.vcproj
..............\....................\ReadMe.txt
..............\....................\ChatConferenceClientDlg.cpp
..............\....................\ChatConferenceClientDlg.h
..............\....................\Resource.h
..............\....................\ChatConferenceClient.aps
..............\....................\ChatConferenceClient.rc
..............\....................\ChatConferenceClient.h
..............\....................\ChatConferenceClient.cpp
..............\....................\stdafx.cpp
..............\....................\res\ChatConferenceClient.rc2
..............\....................\...\ChatConferenceClient.ico
..............\....................\stdafx.h
..............\..............Server\res
..............\..............Client\res
..............\ChatConferenceServer
..............\debug
..............\ChatConferenceClient
ChatConference