-
大小: 0.02M文件類型: .zip金幣: 1下載: 0 次發(fā)布日期: 2021-02-21
- 語言: C/C++
- 標簽:
資源簡介
C++實戰(zhàn)源碼-繪制五角星(入門級實例469).zip
代碼片段和文件信息
//?MainFrm.cpp?:?implementation?of?the?CMainframe?class
//
#include?“stdafx.h“
#include?“Pentacle.h“
#include?“MainFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMainframe
IMPLEMENT_DYNCREATE(CMainframe?CframeWnd)
BEGIN_MESSAGE_MAP(CMainframe?CframeWnd)
//{{AFX_MSG_MAP(CMainframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
ON_WM_CREATE()
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
static?UINT?indicators[]?=
{
ID_SEPARATOR???????????//?status?line?indicator
ID_INDICATOR_CAPS
ID_INDICATOR_NUM
ID_INDICATOR_SCRL
};
/////////////////////////////////////////////////////////////////////////////
//?CMainframe?construction/destruction
CMainframe::CMainframe()
{
//?TODO:?add?member?initialization?code?here
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????2509??2010-07-03?15:24??Pentacle\MainFrm.cpp
?????文件????????1581??2010-07-03?15:24??Pentacle\MainFrm.h
?????文件????????1985??2010-07-03?15:24??Pentacle\Pentacle.clw
?????文件????????4286??2010-09-10?10:58??Pentacle\Pentacle.cpp
?????文件????????4597??2010-07-03?15:24??Pentacle\Pentacle.dsp
?????文件?????????541??2010-07-03?15:24??Pentacle\Pentacle.dsw
?????文件????????1378??2010-07-03?15:24??Pentacle\Pentacle.h
?????文件???????10581??2010-07-03?15:24??Pentacle\Pentacle.rc
?????文件????????1782??2010-07-03?15:24??Pentacle\PentacleDoc.cpp
?????文件????????1497??2010-07-03?15:24??Pentacle\PentacleDoc.h
?????文件????????3714??2010-09-09?13:12??Pentacle\PentacleView.cpp
?????文件????????1923??2010-07-03?15:24??Pentacle\PentacleView.h
?????文件?????????496??2010-07-03?15:24??Pentacle\Resource.h
?????文件?????????210??2010-07-03?15:24??Pentacle\StdAfx.cpp
?????文件????????1054??2010-07-03?15:24??Pentacle\StdAfx.h
?????文件????????5694??2005-10-08?16:28??Pentacle\res\Pentacle.ico
?????文件?????????400??2010-07-03?15:24??Pentacle\res\Pentacle.rc2
?????文件????????1078??2010-07-03?15:24??Pentacle\res\PentacleDoc.ico
?????文件????????1078??2010-07-03?15:24??Pentacle\res\Toolbar.bmp
評論
共有 條評論