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

资源简介

C++ 遍历FTP文件目录(提高篇-实例551).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BrownFTPDir.h“
#include “BrownFTPDirDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBrownFTPDirApp

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

/////////////////////////////////////////////////////////////////////////////
// CBrownFTPDirApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       42252  2013-12-07 11:06  BrownFTPDir.aps
     文件        1517  2013-12-07 11:08  BrownFTPDir.clw
     文件        2133  2007-08-21 15:49  BrownFTPDir.cpp
     文件        4312  2007-08-21 15:49  BrownFTPDir.dsp
     文件         547  2007-08-21 15:49  BrownFTPDir.dsw
     文件        1379  2007-08-21 15:49  BrownFTPDir.h
     文件      291328  2013-12-07 11:08  BrownFTPDir.opt
     文件        5984  2013-12-07 11:06  BrownFTPDir.rc
     文件        5828  2013-12-07 11:04  BrownFTPDirDlg.cpp
     文件        1548  2007-08-21 15:49  BrownFTPDirDlg.h
     文件        3669  2007-08-21 15:49  ReadMe.txt
     文件         964  2007-08-21 15:49  resource.h
     文件         213  2007-08-21 15:49  StdAfx.cpp
     文件        1054  2007-08-21 15:49  StdAfx.h
     文件        5694  2007-08-21 15:49  res\19.ico
     文件        1078  2007-08-21 15:49  res\BrownFTPDir.ico
     文件         403  2007-08-21 15:49  res\BrownFTPDir.rc2

评论

共有 条评论