資源簡介
C++ 利用UDP協議實現廣播通信(提高篇-實例542).zip
代碼片段和文件信息
//?BroadcastClient.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“BroadcastClient.h“
#include?“BroadcastClientDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CBroadcastClientApp
BEGIN_MESSAGE_MAP(CBroadcastClientApp?CWinApp)
//{{AFX_MSG_MAP(CBroadcastClientApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CBroadcastClientApp?construction
CBroad
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件??????????17??2013-11-26?10:26??說明.txt
?????文件???????25672??2013-11-26?10:20??BroadcastClient\BroadcastClient.aps
?????文件????????1456??2013-11-26?10:20??BroadcastClient\BroadcastClient.clw
?????文件????????2229??2009-05-12?12:58??BroadcastClient\BroadcastClient.cpp
?????文件????????4457??2009-05-11?15:57??BroadcastClient\BroadcastClient.dsp
?????文件?????????555??2009-05-11?15:40??BroadcastClient\BroadcastClient.dsw
?????文件????????1423??2009-05-11?15:40??BroadcastClient\BroadcastClient.h
?????文件???????48640??2013-11-26?10:25??BroadcastClient\BroadcastClient.opt
?????文件????????5523??2010-11-27?16:01??BroadcastClient\BroadcastClient.rc
?????文件????????5079??2009-05-11?16:06??BroadcastClient\BroadcastClientDlg.cpp
?????文件????????1549??2009-05-11?16:06??BroadcastClient\BroadcastClientDlg.h
?????文件?????????972??2009-05-11?15:57??BroadcastClient\ClientSocket.cpp
?????文件????????1313??2009-05-11?15:51??BroadcastClient\ClientSocket.h
?????文件????????3741??2009-05-11?15:40??BroadcastClient\ReadMe.txt
?????文件?????????739??2009-05-11?15:44??BroadcastClient\resource.h
?????文件?????????217??2009-05-11?15:40??BroadcastClient\StdAfx.cpp
?????文件????????1054??2009-05-11?15:40??BroadcastClient\StdAfx.h
?????文件????????5694??2005-10-08?16:28??BroadcastClient\res\BroadcastClient.ico
?????文件?????????407??2009-05-11?15:40??BroadcastClient\res\BroadcastClient.rc2
?????文件???????25928??2014-01-08?11:24??BroadcastServer\BroadcastServer.aps
?????文件????????1490??2014-01-08?11:27??BroadcastServer\BroadcastServer.clw
?????文件????????2247??2009-05-12?11:27??BroadcastServer\BroadcastServer.cpp
?????文件????????4321??2009-05-11?14:05??BroadcastServer\BroadcastServer.dsp
?????文件?????????555??2009-05-11?14:05??BroadcastServer\BroadcastServer.dsw
?????文件????????1423??2009-05-11?14:05??BroadcastServer\BroadcastServer.h
?????文件???????48640??2014-01-08?11:27??BroadcastServer\BroadcastServer.opt
?????文件????????5814??2010-11-27?16:08??BroadcastServer\BroadcastServer.rc
?????文件????????5543??2009-05-12?11:27??BroadcastServer\BroadcastServerDlg.cpp
?????文件????????1602??2009-05-11?16:07??BroadcastServer\BroadcastServerDlg.h
?????文件????????3741??2009-05-11?14:05??BroadcastServer\ReadMe.txt
?????文件?????????877??2009-05-11?15:26??BroadcastServer\resource.h
............此處省略4個文件信息
- 上一篇:C++ 三維折線圖
- 下一篇:C++ 設計網絡五子棋游戲
評論
共有 條評論