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

资源简介

C++实战源码-统计字符数量(入门级实例402).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CountText.h“
#include “CountTextDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCountTextApp

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

/////////////////////////////////////////////////////////////////////////////
// CCountTextApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCountTextAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       10752  2009-08-31 14:49  CountText\a.doc
     文件        1397  2010-10-27 15:40  CountText\CountText.clw
     文件        2127  2009-08-31 14:39  CountText\CountText.cpp
     文件        4336  2009-08-31 15:36  CountText\CountText.dsp
     文件         543  2009-08-31 14:07  CountText\CountText.dsw
     文件        1357  2009-08-31 12:57  CountText\CountText.h
     文件        5729  2009-09-12 13:29  CountText\CountText.rc
     文件        5857  2010-10-11 19:24  CountText\CountTextDlg.cpp
     文件        1450  2009-09-02 10:59  CountText\CountTextDlg.h
     文件      117262  2009-08-31 14:52  CountText\msword9.cpp
     文件       29792  2009-08-31 14:52  CountText\msword9.h
     文件         917  2009-08-31 14:03  CountText\resource.h
     文件         211  2009-08-31 12:57  CountText\StdAfx.cpp
     文件        1054  2009-08-31 12:57  CountText\StdAfx.h
     文件        1078  2009-08-31 12:57  CountText\res\CountText.ico
     文件         401  2009-08-31 12:57  CountText\res\CountText.rc2

评论

共有 条评论