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

资源简介

C++实战源码-在文本中删除指定的汉字或句子(入门级实例151).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “DeleteChar.h“
#include “DeleteCharDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteCharApp

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

/////////////////////////////////////////////////////////////////////////////
// CDeleteCharApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDe

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1176  2010-10-26 16:03  DeleteChar\DeleteChar.clw
     文件        2119  2007-05-09 11:34  DeleteChar\DeleteChar.cpp
     文件        4231  2007-05-09 11:34  DeleteChar\DeleteChar.dsp
     文件         545  2007-05-09 11:34  DeleteChar\DeleteChar.dsw
     文件        1368  2007-05-09 11:34  DeleteChar\DeleteChar.h
     文件        5429  2007-05-09 13:34  DeleteChar\DeleteChar.rc
     文件        4692  2007-05-09 14:54  DeleteChar\DeleteCharDlg.cpp
     文件        1374  2007-05-09 13:06  DeleteChar\DeleteCharDlg.h
     文件         734  2007-05-09 13:34  DeleteChar\resource.h
     文件         212  2007-05-09 11:34  DeleteChar\StdAfx.cpp
     文件        1054  2007-05-09 11:34  DeleteChar\StdAfx.h
     文件        5694  2005-10-08 16:28  DeleteChar\res\DeleteChar.ico
     文件         402  2007-05-09 11:34  DeleteChar\res\DeleteChar.rc2

评论

共有 条评论