資源簡介
C++ 自動關機 實例源碼
代碼片段和文件信息
//?AutoShut.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“AutoShut.h“
#include?“AutoShutDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAutoShutApp
BEGIN_MESSAGE_MAP(CAutoShutApp?CWinApp)
//{{AFX_MSG_MAP(CAutoShutApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CAutoShutApp?construction
CAutoShutApp::CAutoShutApp()
{
//?TODO:?add?construc
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????29656??2009-12-15?22:39??AutoShut.aps
?????文件????????2290??2009-12-15?22:40??AutoShut.clw
?????文件????????2091??2008-02-26?01:41??AutoShut.cpp
?????文件????????4324??2008-02-27?15:20??AutoShut.dsp
?????文件?????????524??2008-02-26?01:41??AutoShut.dsw
?????文件????????1381??2008-03-06?13:45??AutoShut.h
?????文件???????74752??2009-12-15?22:40??AutoShut.ncb
?????文件???????53760??2009-12-15?22:40??AutoShut.opt
?????文件????????2207??2009-12-15?22:39??AutoShut.plg
?????文件????????8625??2008-03-06?13:30??AutoShut.rc
?????文件???????13866??2008-03-06?13:36??AutoShutDlg.cpp
?????文件????????1935??2008-03-06?13:38??AutoShutDlg.h
?????文件????????3615??2008-02-26?01:41??ReadMe.txt
?????目錄???????????0??2009-12-16?00:44??res\
?????文件????????1511??2008-03-06?13:29??resource.h
?????文件????????7406??2008-02-27?15:19??res\AutoShut.ico
?????文件?????????400??2008-02-26?01:41??res\AutoShut.rc2
?????文件?????????210??2008-02-26?01:41??StdAfx.cpp
?????文件????????1054??2008-02-26?01:41??StdAfx.h
- 上一篇:C++ tcp即時聊天
- 下一篇:信息管理系統實現,涉及ACCESS數據庫讀取
評論
共有 條評論