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

资源简介

C++实战源码-统计Word文档页码(入门级实例404).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CountPage.h“
#include “CountPageDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCountPageApp

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

/////////////////////////////////////////////////////////////////////////////
// CCountPageApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCountPageAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1251  2010-10-27 15:43  CountPage\CountPage.clw
     文件        2127  2009-08-31 10:33  CountPage\CountPage.cpp
     文件        4339  2009-08-31 11:47  CountPage\CountPage.dsp
     文件         543  2009-08-31 09:24  CountPage\CountPage.dsw
     文件        1357  2009-08-31 09:24  CountPage\CountPage.h
     文件        5628  2009-08-31 10:40  CountPage\CountPage.rc
     文件        7364  2009-09-04 10:21  CountPage\CountPageDlg.cpp
     文件        1436  2009-08-31 10:46  CountPage\CountPageDlg.h
     文件       82842  2009-08-31 10:48  CountPage\msword9.cpp
     文件       20880  2009-08-31 10:48  CountPage\msword9.h
     文件         871  2009-08-31 10:40  CountPage\resource.h
     文件         211  2009-08-31 09:24  CountPage\StdAfx.cpp
     文件        1054  2009-08-31 09:24  CountPage\StdAfx.h
     文件        1078  2009-08-31 09:24  CountPage\res\CountPage.ico
     文件         401  2009-08-31 09:24  CountPage\res\CountPage.rc2

评论

共有 条评论