資源簡介
有多個客戶端信息交互,服務器端負責轉(zhuǎn)發(fā)
代碼片段和文件信息
//?ChatClient.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ChatClient.h“
#include?“ChatClientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChatClientApp
BEGIN_MESSAGE_MAP(CChatClientApp?CWinApp)
//{{AFX_MSG_MAP(CChatClientApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CChatClientApp?construction
CChatClientApp::CChatClientApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCh
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????36564??2020-07-16?23:15??ChatApp\ChatClient\ChatClient.aps
?????文件???????1791??2020-07-16?23:15??ChatApp\ChatClient\ChatClient.clw
?????文件???????2213??2020-07-16?23:14??ChatApp\ChatClient\ChatClient.cpp
?????文件???????4491??2020-07-16?23:16??ChatApp\ChatClient\ChatClient.dsp
?????文件????????526??2020-07-16?22:57??ChatApp\ChatClient\ChatClient.dsw
?????文件???????1368??2020-07-16?23:14??ChatApp\ChatClient\ChatClient.h
?????文件??????50176??2020-07-16?23:16??ChatApp\ChatClient\ChatClient.ncb
?????文件??????50688??2020-07-16?23:16??ChatApp\ChatClient\ChatClient.opt
?????文件???????1331??2020-07-16?23:15??ChatApp\ChatClient\ChatClient.plg
?????文件???????6221??2020-07-16?23:15??ChatApp\ChatClient\ChatClient.rc
?????文件???????5501??2020-07-16?23:14??ChatApp\ChatClient\ChatClientDlg.cpp
?????文件???????1585??2020-07-16?23:14??ChatApp\ChatClient\ChatClientDlg.h
?????文件????????992??2020-07-16?23:14??ChatApp\ChatClient\ChatSocket.cpp
?????文件???????1256??2020-07-16?23:14??ChatApp\ChatClient\ChatSocket.h
?????文件?????114747??2020-07-16?23:15??ChatApp\ChatClient\Debug\ChatClient.exe
?????文件?????232248??2020-07-16?23:15??ChatApp\ChatClient\Debug\ChatClient.ilk
?????文件??????14475??2020-07-16?23:14??ChatApp\ChatClient\Debug\ChatClient.obj
?????文件????5561180??2020-07-16?23:14??ChatApp\ChatClient\Debug\ChatClient.pch
?????文件?????295936??2020-07-16?23:15??ChatApp\ChatClient\Debug\ChatClient.pdb
?????文件???????2968??2020-07-16?23:15??ChatApp\ChatClient\Debug\ChatClient.res
?????文件??????34109??2020-07-16?23:15??ChatApp\ChatClient\Debug\ChatClientDlg.obj
?????文件???????6744??2020-07-16?23:14??ChatApp\ChatClient\Debug\ChatSocket.obj
?????文件??????12796??2020-07-16?23:14??ChatApp\ChatClient\Debug\SetupDlg.obj
?????文件?????106406??2020-07-16?23:14??ChatApp\ChatClient\Debug\StdAfx.obj
?????文件?????214016??2020-07-16?23:15??ChatApp\ChatClient\Debug\vc60.idb
?????文件?????364544??2020-07-16?23:15??ChatApp\ChatClient\Debug\vc60.pdb
?????文件???????3651??2020-07-16?22:57??ChatApp\ChatClient\ReadMe.txt
?????文件???????1078??2020-07-16?22:57??ChatApp\ChatClient\res\ChatClient.ico
?????文件????????402??2020-07-16?22:57??ChatApp\ChatClient\res\ChatClient.rc2
?????文件???????1054??2020-07-16?23:15??ChatApp\ChatClient\resource.h
............此處省略52個文件信息
- 上一篇:SM3算法
- 下一篇:UNIX環(huán)境高級編程
評論
共有 條評論