資源簡介
C++實戰源碼-統計Word文檔中的空格數量(入門級實例403).zip
代碼片段和文件信息
//?CountSpace.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CountSpace.h“
#include?“CountSpaceDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCountSpaceApp
BEGIN_MESSAGE_MAP(CCountSpaceApp?CWinApp)
//{{AFX_MSG_MAP(CCountSpaceApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCountSpaceApp?construction
CCountSpaceApp::CCountSpaceApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CCo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1216??2010-10-27?15:41??CountSpace\CountSpace.clw
?????文件????????2141??2009-09-01?10:25??CountSpace\CountSpace.cpp
?????文件????????4357??2009-09-01?14:19??CountSpace\CountSpace.dsp
?????文件?????????545??2009-09-01?09:20??CountSpace\CountSpace.dsw
?????文件????????1368??2009-09-01?09:20??CountSpace\CountSpace.h
?????文件????????5377??2009-09-12?13:50??CountSpace\CountSpace.rc
?????文件????????5272??2010-10-11?20:24??CountSpace\CountSpaceDlg.cpp
?????文件????????1394??2009-09-01?10:16??CountSpace\CountSpaceDlg.h
?????文件???????82842??2009-09-01?10:23??CountSpace\msword9.cpp
?????文件???????20880??2009-09-01?10:23??CountSpace\msword9.h
?????文件?????????826??2009-09-01?10:16??CountSpace\resource.h
?????文件?????????212??2009-09-01?09:20??CountSpace\StdAfx.cpp
?????文件????????1054??2009-09-01?09:20??CountSpace\StdAfx.h
?????文件????????1078??2009-09-01?09:20??CountSpace\res\CountSpace.ico
?????文件?????????402??2009-09-01?09:20??CountSpace\res\CountSpace.rc2
- 上一篇:C++實戰源碼-繪制五角星
- 下一篇:C++實戰源碼-繪制正弦曲線
評論
共有 條評論