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

资源简介

C++实战源码-检测单元格中的单词拼写(入门级实例428).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CheckSpell.h“
#include “CheckSpellDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCheckSpellApp

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

/////////////////////////////////////////////////////////////////////////////
// CCheckSpellApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCh

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1179  2010-11-13 13:51  CheckSpell\CheckSpell.clw
     文件        2141  2009-09-27 10:57  CheckSpell\CheckSpell.cpp
     文件        4352  2009-09-27 10:03  CheckSpell\CheckSpell.dsp
     文件         545  2009-09-26 15:27  CheckSpell\CheckSpell.dsw
     文件        1368  2009-09-26 15:27  CheckSpell\CheckSpell.h
     文件        5323  2009-09-27 10:03  CheckSpell\CheckSpell.rc
     文件        5640  2010-11-13 11:52  CheckSpell\CheckSpellDlg.cpp
     文件        1376  2009-09-27 10:11  CheckSpell\CheckSpellDlg.h
     文件      147273  2009-09-27 09:00  CheckSpell\excel9.cpp
     文件       39378  2009-09-27 09:00  CheckSpell\excel9.h
     文件         734  2009-09-27 10:03  CheckSpell\resource.h
     文件         212  2009-09-26 15:27  CheckSpell\StdAfx.cpp
     文件        1054  2009-09-26 15:27  CheckSpell\StdAfx.h
     文件        1078  2009-09-26 15:27  CheckSpell\res\CheckSpell.ico
     文件         402  2009-09-26 15:27  CheckSpell\res\CheckSpell.rc2

评论

共有 条评论