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

资源简介

C++ 在复制文件的过程中显示进度条(提高篇-实例196).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “FileCopy.h“
#include “FileCopyDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CFileCopyApp

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

/////////////////////////////////////////////////////////////////////////////
// CFileCopyApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CFileCopyApp object

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21240  2013-11-08 08:41  FileCopy\FileCopy.aps
     文件        1350  2013-11-08 08:46  FileCopy\FileCopy.clw
     文件        2091  2007-05-08 08:48  FileCopy\FileCopy.cpp
     文件        4196  2013-11-08 09:08  FileCopy\FileCopy.dsp
     文件         541  2007-05-08 08:48  FileCopy\FileCopy.dsw
     文件        1346  2007-05-08 08:48  FileCopy\FileCopy.h
     文件       48640  2013-11-08 09:08  FileCopy\FileCopy.opt
     文件        5613  2007-05-08 08:48  FileCopy\FileCopy.rc
     文件        6241  2013-11-08 09:08  FileCopy\FileCopyDlg.cpp
     文件        1573  2007-05-08 08:48  FileCopy\FileCopyDlg.h
     文件        1008  2007-05-08 08:48  FileCopy\resource.h
     文件         210  2007-05-08 08:48  FileCopy\StdAfx.cpp
     文件        1054  2007-05-08 08:48  FileCopy\StdAfx.h
     文件        1078  2007-05-08 08:48  FileCopy\res\FileCopy.ico
     文件         400  2007-05-08 08:48  FileCopy\res\FileCopy.rc2

评论

共有 条评论