資源簡介
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
- 上一篇:C++實戰源碼-圖像居中
- 下一篇:C++實戰源碼-導出Word文檔目錄結構
評論
共有 條評論