• 大小: 0.02M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-21
  • 语言: C/C++
  • 标签:

资源简介

C++ 设置文件修改日期(提高篇-实例224).zip

资源截图

代码片段和文件信息

// SetModifyTime.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “SetModifyTime.h“
#include “SetModifyTimeDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CSetModifyTimeApp

BEGIN_MESSAGE_MAP(CSetModifyTimeApp CWinApp)
//{{AFX_MSG_MAP(CSetModifyTimeApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CSetModifyTimeApp construction

CSetModifyTimeApp::CSetModifyTimeApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

///////////////////////////////////////////////////////////////////////////

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        3705  2013-11-12 16:15  ReadMe.txt
     文件         829  2013-11-13 11:40  resource.h
     文件       21156  2013-11-13 11:53  SetModifyTime.aps
     文件        1322  2013-11-13 11:53  SetModifyTime.clw
     文件        2161  2013-11-12 16:15  SetModifyTime.cpp
     文件        4285  2013-11-12 16:15  SetModifyTime.dsp
     文件         549  2013-11-12 16:15  SetModifyTime.dsw
     文件        1401  2013-11-12 16:15  SetModifyTime.h
     文件       48640  2013-11-13 11:54  SetModifyTime.opt
     文件        5603  2013-11-13 11:40  SetModifyTime.rc
     文件        4757  2013-11-13 11:40  SetModifyTimeDlg.cpp
     文件        1485  2013-11-13 11:39  SetModifyTimeDlg.h
     文件         215  2013-11-12 16:15  StdAfx.cpp
     文件        1054  2013-11-12 16:15  StdAfx.h
     文件        1078  2013-11-12 16:15  res\SetModifyTime.ico
     文件         405  2013-11-12 16:15  res\SetModifyTime.rc2

评论

共有 条评论