資源簡介
簡單的MFC 套接字聊天系統,客戶端向服務器端發送數據,并轉發給其他客戶端
代碼片段和文件信息
//?client.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“client.h“
#include?“clientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CClientApp
BEGIN_MESSAGE_MAP(CClientApp?CWinApp)
//{{AFX_MSG_MAP(CClientApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CClientApp?construction
CClientApp::CClientApp()
{
//?TODO:?add?construction?code?here
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????27208??2007-03-29?11:25??01\client.aps
?????文件???????1414??2007-03-29?11:34??01\client.clw
?????文件???????2114??2006-07-21?10:08??01\client.cpp
?????文件???????4247??2007-03-01?10:26??01\client.dsp
?????文件????????537??2006-07-20?08:25??01\client.dsw
?????文件???????1324??2006-07-20?08:25??01\client.h
?????文件?????107520??2007-03-29?11:34??01\client.ncb
?????文件?????253952??2007-03-29?11:34??01\client.opt
?????文件????????966??2007-03-01?09:34??01\client.plg
?????文件???????5819??2007-03-01?08:49??01\client.rc
?????文件???????5651??2007-03-01?09:34??01\clientDlg.cpp
?????文件???????1577??2007-03-01?09:34??01\clientDlg.h
?????文件???????3579??2006-07-20?08:25??01\ReadMe.txt
?????文件???????5694??2007-03-01?08:47??01\res\19.ico
?????文件???????1078??2006-07-20?08:25??01\res\client.ico
?????文件????????398??2006-07-20?08:25??01\res\client.rc2
?????文件????????959??2007-03-01?08:47??01\resource.h
?????文件????????208??2006-07-20?08:25??01\StdAfx.cpp
?????文件???????1054??2006-07-20?08:25??01\StdAfx.h
?????文件???????3579??2006-07-20?08:43??02\ReadMe.txt
?????文件???????5694??2007-03-01?08:46??02\res\10.ico
?????文件???????1078??2006-07-20?08:43??02\res\server.ico
?????文件????????398??2006-07-20?08:43??02\res\server.rc2
?????文件????????775??2007-03-01?08:46??02\resource.h
?????文件??????27112??2007-03-29?14:02??02\server.aps
?????文件???????1273??2007-03-29?15:28??02\server.clw
?????文件???????2112??2006-07-20?08:56??02\server.cpp
?????文件???????4247??2007-03-01?13:12??02\server.dsp
?????文件????????537??2006-07-20?08:43??02\server.dsw
?????文件???????1324??2006-07-20?08:43??02\server.h
............此處省略15個文件信息
- 上一篇:C++大地正算程序
- 下一篇:字典樹算法 c語言實現
評論
共有 條評論