资源简介
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数据库读取
相关资源
- C++实现IP多播
- c++ 滚动条 控件源码
- c++ 调用windows自带邮件发送程序
- C++小型的局域网监控系统
- c++ 工具条制作(toolbar)
- C++ 乘法逆元
- C++ 单码加密
- VC++ GDI+ gdiplus应用集
- C++程序设计(刘振安2008)
- c++飞机大战 源代码+程序 学习使用
- 新标准C++程序设计教程.pdf 高清版
- C++ boost开发指南及编程实战
- DEV-C++
- 蓝桥杯考试c/c++ 语言开发环境: ·D
- C++面向对象程序设计第七版Walter Sav
- 基于MFC的UDP聊天程序
- C++大学教程第九版 小结+自测题截取
- H264视频解压缩封装 c++
- 《C+++GUI+Qt+4+编程第二版》
- 基于OpenCV的车牌识别c++
- 五子棋课程设计C++、完整课程设计报
- 细胞统计识别系统
- C++Builder案例开发集锦(第二版)
- 跨平台的C++播放器
- C++播放器 基于VLC
- devc++ 64位最新版本
- LINUX编程典型解析.part2.rar
- VC++基于socket传输文件服务端和客户端
- VC++6.0 WIN7 32位版
- c++ for everyone 2nd edition
评论
共有 条评论