資源簡介
C++ 套接字的斷開重連(提高篇-實例538).zip
代碼片段和文件信息
//?ReConnect.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“ReConnect.h“
#include?“ReConnectDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CReConnectApp
BEGIN_MESSAGE_MAP(CReConnectApp?CWinApp)
//{{AFX_MSG_MAP(CReConnectApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CReConnectApp?construction
CReConnectApp::CReConnectApp()
{
//?TODO:?add
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????3633??2007-08-21?15:48??ReadMe.txt
?????文件???????27096??2013-11-25?10:23??ReConnect.aps
?????文件????????1369??2013-11-25?10:30??ReConnect.clw
?????文件????????2156??2007-08-21?15:48??ReConnect.cpp
?????文件????????4277??2007-08-21?15:48??ReConnect.dsp
?????文件?????????543??2007-08-21?15:48??ReConnect.dsw
?????文件????????1357??2007-08-21?15:48??ReConnect.h
?????文件??????291328??2013-11-25?10:30??ReConnect.opt
?????文件????????5667??2007-08-21?15:48??ReConnect.rc
?????文件????????6053??2013-11-25?10:27??ReConnectDlg.cpp
?????文件????????1717??2007-08-21?15:48??ReConnectDlg.h
?????文件?????????916??2007-08-21?15:48??resource.h
?????文件?????????211??2007-08-21?15:48??StdAfx.cpp
?????文件????????1111??2007-08-21?15:48??StdAfx.h
?????文件????????5694??2007-08-21?15:48??res\104.ico
?????文件????????1078??2007-08-21?15:48??res\ReConnect.ico
?????文件?????????401??2007-08-21?15:48??res\ReConnect.rc2
- 上一篇:C++ 網絡監聽工具
- 下一篇:C++ 使用加密鎖進行軟件加密
評論
共有 條評論