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

资源简介

C++ HTTP服务器多线程文件下载(提高篇-实例556).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FtpDown.h“
#include “FtpDownDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFtpDownApp

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

/////////////////////////////////////////////////////////////////////////////
// CFtpDownApp construction

CFtpDownApp::CFtpDownApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       23444  2013-12-10 16:32  FtpDown\FtpDown.aps
     文件        1170  2013-12-10 16:50  FtpDown\FtpDown.clw
     文件        2077  2007-05-08 08:52  FtpDown\FtpDown.cpp
     文件        4247  2007-05-08 08:52  FtpDown\FtpDown.dsp
     文件         539  2007-05-08 08:52  FtpDown\FtpDown.dsw
     文件        1335  2007-05-08 08:52  FtpDown\FtpDown.h
     文件       48640  2013-12-10 16:50  FtpDown\FtpDown.opt
     文件        5497  2007-05-08 08:52  FtpDown\FtpDown.rc
     文件        7111  2013-12-10 16:49  FtpDown\FtpDownDlg.cpp
     文件        1814  2007-05-08 08:52  FtpDown\FtpDownDlg.h
     文件        3597  2007-05-08 08:52  FtpDown\ReadMe.txt
     文件         822  2007-05-08 08:52  FtpDown\resource.h
     文件         209  2007-05-08 08:52  FtpDown\StdAfx.cpp
     文件        1054  2007-05-08 08:52  FtpDown\StdAfx.h
     文件         119  2013-12-10 16:50  FtpDown\说明.txt
     文件        1078  2007-05-08 08:52  FtpDown\res\FtpDown.ico
     文件         399  2007-05-08 08:52  FtpDown\res\FtpDown.rc2
     文件        2238  2007-05-08 08:52  FtpDown\res\MACFRE~1.ICO

评论

共有 条评论