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

资源简介

C++ 提取Word文档目录(提高篇-实例032).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FetchDir.h“
#include “FetchDirDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFetchDirApp

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

/////////////////////////////////////////////////////////////////////////////
// CFetchDirApp construction

CFetchDirApp::CFetchDirApp()
{
// TODO: add construc

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1183  2009-03-05 13:44  FetchDir\FetchDir.clw
     文件        2129  2008-12-12 09:00  FetchDir\FetchDir.cpp
     文件        4322  2008-12-12 13:54  FetchDir\FetchDir.dsp
     文件         541  2008-12-12 08:36  FetchDir\FetchDir.dsw
     文件        1346  2008-12-12 08:36  FetchDir\FetchDir.h
     文件      651264  2013-12-31 14:50  FetchDir\FetchDir.opt
     文件        5398  2008-12-12 14:37  FetchDir\FetchDir.rc
     文件        7647  2008-12-12 14:37  FetchDir\FetchDirDlg.cpp
     文件        1385  2008-12-12 13:59  FetchDir\FetchDirDlg.h
     文件      293680  2008-12-12 13:25  FetchDir\msword9.cpp
     文件       83973  2008-12-12 13:25  FetchDir\msword9.h
     文件        3615  2008-12-12 08:36  FetchDir\ReadMe.txt
     文件         778  2008-12-12 13:50  FetchDir\resource.h
     文件         210  2008-12-12 08:36  FetchDir\StdAfx.cpp
     文件        1054  2008-12-12 08:36  FetchDir\StdAfx.h
     文件        1078  2008-12-12 08:36  FetchDir\res\FetchDir.ico
     文件         400  2008-12-12 08:36  FetchDir\res\FetchDir.rc2

评论

共有 条评论