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

资源简介

C++ 指定目录查找文件(提高篇-实例211).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FindFile.h“
#include “FindFileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFindFileApp

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

/////////////////////////////////////////////////////////////////////////////
// CFindFileApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFindFileApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25780  2013-11-09 14:03  FindFile.aps
     文件        1347  2013-11-09 15:06  FindFile.clw
     文件        2091  2007-08-21 15:46  FindFile.cpp
     文件        4195  2007-08-21 15:46  FindFile.dsp
     文件         541  2007-08-21 15:46  FindFile.dsw
     文件        1346  2007-08-21 15:46  FindFile.h
     文件       48640  2013-11-09 15:06  FindFile.opt
     文件        5640  2007-08-21 15:46  FindFile.rc
     文件        5905  2013-11-09 14:49  FindFileDlg.cpp
     文件        1462  2007-08-21 15:46  FindFileDlg.h
     文件        3615  2007-08-21 15:46  ReadMe.txt
     文件        1054  2007-08-21 15:46  resource.h
     文件         210  2007-08-21 15:46  StdAfx.cpp
     文件        1054  2007-08-21 15:46  StdAfx.h
     文件        5694  2007-08-21 15:46  res\FindFile.ico
     文件         400  2007-08-21 15:46  res\FindFile.rc2

评论

共有 条评论