资源简介
C++的文件压缩与解压 C++的文件压缩与解压 C++的文件压缩与解压 C++的文件压缩与解压
代码片段和文件信息
// FileZip.cpp : 定义应用程序的类行为。
//
#include “stdafx.h“
#include “FileZip.h“
#include “FileZipDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#endif
// CFileZipApp
BEGIN_MESSAGE_MAP(CFileZipApp CWinApp)
ON_COMMAND(ID_HELP &CWinApp::onhelp)
END_MESSAGE_MAP()
// CFileZipApp 构造
CFileZipApp::CFileZipApp()
{
// 支持重新启动管理器
m_dwRestartManagerSupportFlags = AFX_RESTART_MANAGER_SUPPORT_RESTART;
// TODO: 在此处添加构造代码,
// 将所有重要的初始化放置在 InitInstance 中
}
// 唯一的一个 CFileZipApp 对象
CFileZipApp theApp;
// CFileZipApp 初始化
BOOL CFileZipApp::InitInstance()
{
// 如果一个运行在 Windows XP 上的应用程序清单指定要
// 使用 ComCtl32.dll 版本 6 或更高版本来启用可视化方式,
//则需要 InitCommonControlsEx()。否则,将无法创建窗口。
INITCOMMONCONTROLSEX InitCtrls;
InitCtrls.dwSize = sizeof(InitCtrls);
// 将它设置为包括所
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-12-05 13:47 FileZip\
文件 105528 2017-12-05 11:47 FileZip\FileZip.aps
文件 2006 2017-12-05 11:46 FileZip\FileZip.cpp
文件 448 2017-12-05 11:46 FileZip\FileZip.h
文件 10076 2017-12-05 11:47 FileZip\FileZip.rc
文件 6159 2017-12-05 12:00 FileZip\FileZip.vcxproj
文件 2454 2017-12-05 11:59 FileZip\FileZip.vcxproj.filters
文件 143 2017-12-05 11:46 FileZip\FileZip.vcxproj.user
文件 7926 2017-12-05 12:05 FileZip\FileZipDlg.cpp
文件 993 2017-12-05 12:04 FileZip\FileZipDlg.h
文件 3141 2017-12-05 11:46 FileZip\ReadMe.txt
目录 0 2017-12-05 11:46 FileZip\res\
文件 67777 2009-08-31 02:31 FileZip\res\FileZip.ico
文件 670 2017-12-05 11:46 FileZip\res\FileZip.rc2
文件 1544 2017-12-05 11:47 FileZip\resource.h
文件 140 2017-12-05 11:46 FileZip\stdafx.cpp
文件 1676 2017-12-05 12:00 FileZip\stdafx.h
文件 234 2017-12-05 11:46 FileZip\targetver.h
目录 0 2017-12-05 11:44 FileZip\zip\
文件 149586 2017-11-30 12:30 FileZip\zip\unzip.cpp
文件 10118 2017-08-08 08:59 FileZip\zip\unzip.h
文件 115810 2017-11-30 10:19 FileZip\zip\zip.cpp
文件 10044 2017-08-08 08:59 FileZip\zip\zip.h
相关资源
- Thinking in C++中文版
- C++语言程序设计_第四版_郑莉_高清p
- 东南大学C++课件-何洁月80讲(总).
- DevC++
- C/C++实验系统
- 一个月挑战c++
- vsC++编程新手指导
- C++语言编程器
- VS2008 windows应用程序C++
- C++深入版
- C++PPT
- C++沉思录
- c++核心编程技术
- C++出错提示英汉对照
- c++/c语言学习系统
- C和C++安全编码(中文版)
- c++基础教程
- VC++6.0
- Microsoft Visual C++ 2010
- 嵌入式CC++语言精华文章集锦
- 交通灯管理仿真程序
- CC++库函数
- C++_STL使用例子大全
- C C++精华帖合辑(新手必看)
- C++ 基本语法及实例说明
- 《算法竞赛入门经典》
- C++API
- c++深度剖析木马程序
- c++练习题
- vc++6.0初学入门教程(PDF编辑版)
评论
共有 条评论