資源簡介
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
- 上一篇:C++實戰源碼-利用消息斷點進行程序調試
- 下一篇:C++實戰源碼-旋轉的文字
評論
共有 條評論