• 大小: 0.13M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

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

评论

共有 条评论