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

资源简介

C++ 在套接字中如何设置超时连接(提高篇-实例539).zip

资源截图

代码片段和文件信息

// 001.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “001.h“
#include “001Dlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMy001App

BEGIN_MESSAGE_MAP(CMy001App CWinApp)
//{{AFX_MSG_MAP(CMy001App)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CMy001App construction

CMy001App::CMy001App()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CMy001App object

CMy001App theApp;

/////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       26892  2013-11-25 10:55  001.aps
     文件        1252  2013-11-25 11:00  001.clw
     文件        2111  2007-08-21 15:48  001.cpp
     文件        4172  2007-08-21 15:48  001.dsp
     文件         531  2007-08-21 15:48  001.dsw
     文件        1301  2007-08-21 15:48  001.h
     文件      291328  2013-11-25 11:00  001.opt
     文件        5555  2007-08-21 15:48  001.rc
     文件        6430  2007-08-21 15:48  001Dlg.cpp
     文件        1661  2007-08-21 15:48  001Dlg.h
     文件        3531  2007-08-21 15:48  ReadMe.txt
     文件         864  2007-08-21 15:48  resource.h
     文件         205  2007-08-21 15:48  StdAfx.cpp
     文件        1115  2007-08-21 15:48  StdAfx.h
     文件        1078  2007-08-21 15:48  res\001.ico
     文件         395  2007-08-21 15:48  res\001.rc2
     文件        5694  2007-08-21 15:48  res\02.ico

评论

共有 条评论