資源簡介
C++ 獲取當前系統運行時間(提高篇-實例060).zip
代碼片段和文件信息
//?CurrentTime.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“CurrentTime.h“
#include?“CurrentTimeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CCurrentTimeApp
BEGIN_MESSAGE_MAP(CCurrentTimeApp?CWinApp)
//{{AFX_MSG_MAP(CCurrentTimeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CCurrentTimeApp?construction
CCurrentTimeApp::CCurrentTimeApp()
{
//?TODO:?add?construction?code?here
//?Place?all?significant?initialization?in?InitInstance
}
/////////////////////////////////////////////////////////////////////////////
//?The?one?and
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????35616??2013-10-28?16:08??CurrentTime\CurrentTime.aps
?????文件????????1151??2013-10-28?16:10??CurrentTime\CurrentTime.clw
?????文件????????2133??2013-10-28?15:59??CurrentTime\CurrentTime.cpp
?????文件????????4249??2013-10-28?15:59??CurrentTime\CurrentTime.dsp
?????文件?????????545??2013-10-28?15:59??CurrentTime\CurrentTime.dsw
?????文件????????1379??2013-10-28?15:59??CurrentTime\CurrentTime.h
?????文件???????48640??2013-10-28?16:10??CurrentTime\CurrentTime.opt
?????文件????????5283??2013-10-28?16:08??CurrentTime\CurrentTime.rc
?????文件????????4445??2013-10-28?16:06??CurrentTime\CurrentTimeDlg.cpp
?????文件????????1390??2013-10-28?16:02??CurrentTime\CurrentTimeDlg.h
?????文件????????3669??2013-10-28?15:59??CurrentTime\ReadMe.txt
?????文件?????????735??2013-10-28?16:01??CurrentTime\Resource.h
?????文件?????????213??2013-10-28?15:59??CurrentTime\StdAfx.cpp
?????文件????????1054??2013-10-28?15:59??CurrentTime\StdAfx.h
?????文件????????1078??2013-10-28?15:59??CurrentTime\res\CurrentTime.ico
?????文件?????????403??2013-10-28?15:59??CurrentTime\res\CurrentTime.rc2
- 上一篇:C++ 如何確定應用程序沒有響應
- 下一篇:C++ 檢測是否安裝聲卡
評論
共有 條評論