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

资源简介

C++实战源码-统计Word文档段落数量(入门级实例401).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CountParagraph.h“
#include “CountParagraphDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCountParagraphApp

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

/////////////////////////////////////////////////////////////////////////////
// CCountParagraphApp construction

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

//////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1320  2010-10-27 15:39  CountParagraph\CountParagraph.clw
     文件        2197  2009-08-31 15:49  CountParagraph\CountParagraph.cpp
     文件        4429  2009-08-31 16:14  CountParagraph\CountParagraph.dsp
     文件         553  2009-08-31 15:37  CountParagraph\CountParagraph.dsw
     文件        1412  2009-08-31 15:37  CountParagraph\CountParagraph.h
     文件        5496  2009-08-31 16:07  CountParagraph\CountParagraph.rc
     文件        5387  2010-10-11 19:08  CountParagraph\CountParagraphDlg.cpp
     文件        1439  2009-08-31 16:07  CountParagraph\CountParagraphDlg.h
     文件       82842  2009-08-31 16:11  CountParagraph\msword9.cpp
     文件       20880  2009-08-31 16:11  CountParagraph\msword9.h
     文件         784  2009-08-31 16:07  CountParagraph\resource.h
     文件         216  2009-08-31 15:37  CountParagraph\StdAfx.cpp
     文件        1054  2009-08-31 15:37  CountParagraph\StdAfx.h
     文件        1078  2009-08-31 15:37  CountParagraph\res\CountParagraph.ico
     文件         406  2009-08-31 15:37  CountParagraph\res\CountParagraph.rc2

评论

共有 条评论