資源簡介
C++實戰源碼-以樹狀結構顯示城市信息(入門級實例335).zip
代碼片段和文件信息
//?DesZone.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DesZone.h“
#include?“DesZoneDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDesZoneApp
BEGIN_MESSAGE_MAP(CDesZoneApp?CWinApp)
//{{AFX_MSG_MAP(CDesZoneApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDesZoneApp?construction
CDesZoneApp::CDesZoneApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDesZoneApp?object
CDesZone
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1038??2010-10-27?13:28??DesZone\DesZone.clw
?????文件????????2077??2009-04-09?11:12??DesZone\DesZone.cpp
?????文件????????4684??2010-04-15?13:13??DesZone\DesZone.dsp
?????文件?????????539??2009-04-09?11:12??DesZone\DesZone.dsw
?????文件????????1335??2009-04-09?11:12??DesZone\DesZone.h
?????文件????????5493??2010-09-25?13:03??DesZone\DesZone.rc
?????文件????????5243??2010-04-15?13:51??DesZone\DesZoneDlg.cpp
?????文件????????1344??2010-04-15?11:42??DesZone\DesZoneDlg.h
?????文件?????????910??2010-04-15?11:42??DesZone\resource.h
?????文件?????????209??2009-04-09?11:12??DesZone\StdAfx.cpp
?????文件????????1054??2009-04-09?11:12??DesZone\StdAfx.h
?????文件????????5694??2005-10-08?16:28??DesZone\res\DesZone.ico
?????文件?????????399??2009-04-09?11:12??DesZone\res\DesZone.rc2
?????文件???????26624??2010-06-22?10:34??DesZone\res\Thumbs.db
?????文件????????1078??2010-04-15?11:42??DesZone\res\區.ico
?????文件????????1078??2010-04-15?11:42??DesZone\res\市.ico
?????文件????????1078??2010-04-15?11:22??DesZone\res\省.ico
- 上一篇:C++實戰源碼-QQ抽屜控件
- 下一篇:C++實戰源碼-繪制漸變效果的菜單
評論
共有 條評論