資源簡介
C++實戰源碼-設置系統時間(入門級實例344).zip
代碼片段和文件信息
//?DateTime.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“DateTime.h“
#include?“DateTimeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDateTimeApp
BEGIN_MESSAGE_MAP(CDateTimeApp?CWinApp)
//{{AFX_MSG_MAP(CDateTimeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CDateTimeApp?construction
CDateTimeApp::CDateTimeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and?only?CDateTimeApp?object
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????1208??2010-10-06?17:07??DateTime\DateTime.clw
?????文件????????2091??2007-01-12?10:07??DateTime\DateTime.cpp
?????文件????????4385??2010-10-06?17:07??DateTime\DateTime.dsp
?????文件?????????539??2007-01-12?10:07??DateTime\DateTime.dsw
?????文件????????1346??2007-01-12?10:07??DateTime\DateTime.h
?????文件????????5785??2010-10-06?17:07??DateTime\DateTime.rc
?????文件????????5031??2010-10-06?17:04??DateTime\DateTimeDlg.cpp
?????文件????????1476??2010-10-06?17:03??DateTime\DateTimeDlg.h
?????文件????????1005??2010-10-06?17:04??DateTime\resource.h
?????文件?????????210??2007-01-12?10:07??DateTime\StdAfx.cpp
?????文件????????1054??2007-01-12?10:07??DateTime\StdAfx.h
?????文件??????138390??2010-10-06?17:00??DateTime\res\056.bmp
?????文件????????5694??2005-10-08?16:28??DateTime\res\DateTime.ico
?????文件?????????400??2007-01-12?10:07??DateTime\res\DateTime.rc2
?????文件????????4842??2010-10-06?17:04??DateTime\res\mod.bmp
?????文件????????4842??2010-10-06?17:04??DateTime\res\stop.bmp
?????文件???????13312??2010-10-06?17:07??DateTime\res\Thumbs.db
- 上一篇:C++實戰源碼-標題欄及任務欄動畫圖標
- 下一篇:C++實戰源碼-向組合框中插入數據
評論
共有 條評論