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

资源简介

C++实战源码-统计Word文档中的空格数量(入门级实例403).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CountSpace.h“
#include “CountSpaceDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCountSpaceApp

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

/////////////////////////////////////////////////////////////////////////////
// CCountSpaceApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1216  2010-10-27 15:41  CountSpace\CountSpace.clw
     文件        2141  2009-09-01 10:25  CountSpace\CountSpace.cpp
     文件        4357  2009-09-01 14:19  CountSpace\CountSpace.dsp
     文件         545  2009-09-01 09:20  CountSpace\CountSpace.dsw
     文件        1368  2009-09-01 09:20  CountSpace\CountSpace.h
     文件        5377  2009-09-12 13:50  CountSpace\CountSpace.rc
     文件        5272  2010-10-11 20:24  CountSpace\CountSpaceDlg.cpp
     文件        1394  2009-09-01 10:16  CountSpace\CountSpaceDlg.h
     文件       82842  2009-09-01 10:23  CountSpace\msword9.cpp
     文件       20880  2009-09-01 10:23  CountSpace\msword9.h
     文件         826  2009-09-01 10:16  CountSpace\resource.h
     文件         212  2009-09-01 09:20  CountSpace\StdAfx.cpp
     文件        1054  2009-09-01 09:20  CountSpace\StdAfx.h
     文件        1078  2009-09-01 09:20  CountSpace\res\CountSpace.ico
     文件         402  2009-09-01 09:20  CountSpace\res\CountSpace.rc2

评论

共有 条评论