資源簡介
C++實戰源碼-時間和月歷的同步(入門級實例345).zip
代碼片段和文件信息
//?Month.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Month.h“
#include?“MonthDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CMonthApp
BEGIN_MESSAGE_MAP(CMonthApp?CWinApp)
//{{AFX_MSG_MAP(CMonthApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CMonthApp?construction
CMonthApp::CMonthApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CMonthApp?object
CMonthApp?theApp;
///////
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1145??2010-11-13?10:41??Month\Month.clw
?????文件????????2049??2007-01-12?13:20??Month\Month.cpp
?????文件????????4202??2010-10-07?08:27??Month\Month.dsp
?????文件?????????533??2007-01-12?13:20??Month\Month.dsw
?????文件????????1313??2007-01-12?13:20??Month\Month.h
?????文件????????5609??2010-10-07?08:27??Month\Month.rc
?????文件????????4843??2010-06-28?16:05??Month\MonthDlg.cpp
?????文件????????1479??2007-01-10?14:20??Month\MonthDlg.h
?????文件?????????820??2010-10-07?08:26??Month\resource.h
?????文件?????????207??2007-01-12?13:20??Month\StdAfx.cpp
?????文件????????1054??2007-01-12?13:20??Month\StdAfx.h
?????文件??????206106??2010-10-07?08:26??Month\res\057.bmp
?????文件????????5694??2005-10-08?16:28??Month\res\Month.ico
?????文件?????????397??2007-01-12?13:20??Month\res\Month.rc2
?????文件????????7168??2010-06-22?10:39??Month\res\Thumbs.db
- 上一篇:C++實戰源碼-指定區域繪制圖像
- 下一篇:C++實戰源碼-掃雷
評論
共有 條評論