資源簡(jiǎn)介
用MFC編寫的簡(jiǎn)單的網(wǎng)絡(luò)聊天室,實(shí)現(xiàn)了群聊和私聊的功能。
代碼片段和文件信息
//?ChatRoom.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ChatRoom.h“
#include?“ChatRoomDlg.h“
#include?“ClientSocket.h“
CClientSocket?curSocket;//全局變量
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChatRoomApp
BEGIN_MESSAGE_MAP(CChatRoomApp?CWinApp)
//{{AFX_MSG_MAP(CChatRoomApp)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code!
//}}AFX_MSG
ON_COMMAND(ID_HELP?CWinApp::onhelp)
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChatRoomApp?constructi
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????204894??2011-02-26?10:22??聊天室\ChatRoom.exe
?????文件?????192614??2011-02-26?10:05??聊天室\ChatRoomServer.exe
?????文件?????112152??2011-02-26?10:22??聊天室\客戶端\ChatRoom.aps
?????文件???????1756??2011-02-27?09:03??聊天室\客戶端\ChatRoom.clw
?????文件???????2294??2010-03-09?21:17??聊天室\客戶端\ChatRoom.cpp
?????文件???????4536??2011-02-26?10:54??聊天室\客戶端\ChatRoom.dsp
?????文件????????524??2010-03-09?19:50??聊天室\客戶端\ChatRoom.dsw
?????文件???????1346??2010-03-09?19:50??聊天室\客戶端\ChatRoom.h
?????文件?????115712??2011-02-27?09:03??聊天室\客戶端\ChatRoom.ncb
?????文件??????49664??2011-02-27?09:03??聊天室\客戶端\ChatRoom.opt
?????文件????????250??2011-02-26?10:22??聊天室\客戶端\ChatRoom.plg
?????文件???????6517??2011-02-26?10:22??聊天室\客戶端\ChatRoom.rc
?????文件???????9797??2011-02-26?10:15??聊天室\客戶端\ChatRoomDlg.cpp
?????文件???????1790??2011-02-26?10:02??聊天室\客戶端\ChatRoomDlg.h
?????文件???????1015??2010-03-09?20:18??聊天室\客戶端\ClientSocket.cpp
?????文件???????1339??2010-03-09?20:12??聊天室\客戶端\ClientSocket.h
?????文件???????3615??2010-03-09?19:50??聊天室\客戶端\ReadMe.txt
?????文件??????25214??2002-11-20?00:26??聊天室\客戶端\res\ChatRoom.ico
?????文件????????400??2010-03-09?19:50??聊天室\客戶端\res\ChatRoom.rc2
?????文件??????11420??2011-02-26?10:22??聊天室\客戶端\res\leave.wav
?????文件???????7476??2011-02-26?10:22??聊天室\客戶端\res\message.wav
?????文件??????31388??2011-02-26?10:22??聊天室\客戶端\res\new_user.wav
????..A.SH.??????3072??2011-02-23?14:42??聊天室\客戶端\res\Thumbs.db
?????文件???????1234??2011-02-26?10:05??聊天室\客戶端\Resource.h
?????文件????????210??2010-03-09?19:50??聊天室\客戶端\StdAfx.cpp
?????文件???????1102??2010-03-09?19:50??聊天室\客戶端\StdAfx.h
?????文件??????96836??2011-02-28?18:09??聊天室\服務(wù)器端\ChatRoomServer.aps
?????文件???????1789??2011-02-28?18:22??聊天室\服務(wù)器端\ChatRoomServer.clw
?????文件???????2269??2010-03-09?21:21??聊天室\服務(wù)器端\ChatRoomServer.cpp
?????文件???????4990??2011-02-26?09:36??聊天室\服務(wù)器端\ChatRoomServer.dsp
............此處省略33個(gè)文件信息
評(píng)論
共有 條評(píng)論