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

资源简介

C++ 移动文件(提高篇-实例203).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “MoveFile.h“
#include “MoveFileDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CMoveFileApp

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

/////////////////////////////////////////////////////////////////////////////
// CMoveFileApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CMoveFileApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20928  2013-11-09 09:33  MoveFile.aps
     文件        1184  2013-11-09 09:33  MoveFile.clw
     文件        2091  2013-11-08 13:28  MoveFile.cpp
     文件        4199  2013-11-08 15:06  MoveFile.dsp
     文件         539  2013-11-08 13:28  MoveFile.dsw
     文件        1346  2013-11-08 13:28  MoveFile.h
     文件       48640  2013-11-09 09:33  MoveFile.opt
     文件        5338  2013-11-08 14:57  MoveFile.rc
     文件        5151  2013-11-08 15:05  MoveFileDlg.cpp
     文件        1413  2013-11-08 14:55  MoveFileDlg.h
     文件        3615  2013-11-08 13:28  ReadMe.txt
     文件         824  2013-11-08 14:08  Resource.h
     文件         210  2013-11-08 13:28  StdAfx.cpp
     文件        1054  2013-11-08 13:28  StdAfx.h
     文件        1078  2013-11-08 13:28  res\MoveFile.ico
     文件         400  2013-11-08 13:28  res\MoveFile.rc2

评论

共有 条评论