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

资源简介

C++ 文件压缩(提高篇-实例233).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “RAR.h“
#include “RARDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRARApp

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

/////////////////////////////////////////////////////////////////////////////
// CRARApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CRARApp object

CRARApp theApp;

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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       20724  2013-11-14 17:00  RAR.APS
     文件        1083  2013-11-14 17:16  RAR.clw
     文件        2021  2013-11-14 13:43  RAR.cpp
     文件        4105  2013-11-14 13:43  RAR.dsp
     文件         529  2013-11-14 13:43  RAR.dsw
     文件        1291  2013-11-14 13:43  RAR.h
     文件       48640  2013-11-14 17:16  RAR.opt
     文件        5263  2013-11-14 16:57  RAR.rc
     文件        4729  2013-11-14 17:16  RARDlg.cpp
     文件        1363  2013-11-14 15:30  RARDlg.h
     文件        3525  2013-11-14 13:43  ReadMe.txt
     文件         773  2013-11-14 15:31  Resource.h
     文件         205  2013-11-14 13:43  StdAfx.cpp
     文件        1054  2013-11-14 13:43  StdAfx.h
     文件        1078  2013-11-14 13:43  res\RAR.ico
     文件         395  2013-11-14 13:43  res\RAR.rc2

评论

共有 条评论