資源簡介
C++實戰源碼-統計Word文檔段落數量(入門級實例401).zip
代碼片段和文件信息
//?CountParagraph.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CountParagraph.h“
#include?“CountParagraphDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCountParagraphApp
BEGIN_MESSAGE_MAP(CCountParagraphApp?CWinApp)
//{{AFX_MSG_MAP(CCountParagraphApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCountParagraphApp?construction
CCountParagraphApp::CCountParagraphApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
//////////////////////////////////////////////////////////////////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1320??2010-10-27?15:39??CountParagraph\CountParagraph.clw
?????文件????????2197??2009-08-31?15:49??CountParagraph\CountParagraph.cpp
?????文件????????4429??2009-08-31?16:14??CountParagraph\CountParagraph.dsp
?????文件?????????553??2009-08-31?15:37??CountParagraph\CountParagraph.dsw
?????文件????????1412??2009-08-31?15:37??CountParagraph\CountParagraph.h
?????文件????????5496??2009-08-31?16:07??CountParagraph\CountParagraph.rc
?????文件????????5387??2010-10-11?19:08??CountParagraph\CountParagraphDlg.cpp
?????文件????????1439??2009-08-31?16:07??CountParagraph\CountParagraphDlg.h
?????文件???????82842??2009-08-31?16:11??CountParagraph\msword9.cpp
?????文件???????20880??2009-08-31?16:11??CountParagraph\msword9.h
?????文件?????????784??2009-08-31?16:07??CountParagraph\resource.h
?????文件?????????216??2009-08-31?15:37??CountParagraph\StdAfx.cpp
?????文件????????1054??2009-08-31?15:37??CountParagraph\StdAfx.h
?????文件????????1078??2009-08-31?15:37??CountParagraph\res\CountParagraph.ico
?????文件?????????406??2009-08-31?15:37??CountParagraph\res\CountParagraph.rc2
- 上一篇:C++實戰源碼-對數字進行微調
- 下一篇:C++實戰源碼-工具欄按鈕單選效果
評論
共有 條評論