• 大小: 0.04M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: c++  关机  

资源简介

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

评论

共有 条评论