-
大小: 0.02M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-01
- 標(biāo)簽:
資源簡介
C++實(shí)戰(zhàn)源碼-統(tǒng)計(jì)Word文檔頁碼(入門級實(shí)例404).zip
代碼片段和文件信息
//?CountPage.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CountPage.h“
#include?“CountPageDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCountPageApp
BEGIN_MESSAGE_MAP(CCountPageApp?CWinApp)
//{{AFX_MSG_MAP(CCountPageApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCountPageApp?construction
CCountPageApp::CCountPageApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCountPageAp
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????1251??2010-10-27?15:43??CountPage\CountPage.clw
?????文件????????2127??2009-08-31?10:33??CountPage\CountPage.cpp
?????文件????????4339??2009-08-31?11:47??CountPage\CountPage.dsp
?????文件?????????543??2009-08-31?09:24??CountPage\CountPage.dsw
?????文件????????1357??2009-08-31?09:24??CountPage\CountPage.h
?????文件????????5628??2009-08-31?10:40??CountPage\CountPage.rc
?????文件????????7364??2009-09-04?10:21??CountPage\CountPageDlg.cpp
?????文件????????1436??2009-08-31?10:46??CountPage\CountPageDlg.h
?????文件???????82842??2009-08-31?10:48??CountPage\msword9.cpp
?????文件???????20880??2009-08-31?10:48??CountPage\msword9.h
?????文件?????????871??2009-08-31?10:40??CountPage\resource.h
?????文件?????????211??2009-08-31?09:24??CountPage\StdAfx.cpp
?????文件????????1054??2009-08-31?09:24??CountPage\StdAfx.h
?????文件????????1078??2009-08-31?09:24??CountPage\res\CountPage.ico
?????文件?????????401??2009-08-31?09:24??CountPage\res\CountPage.rc2
評論
共有 條評論