访问 zip 文件

发布于 2024-09-09 21:28:44 字数 63 浏览 5 评论 0原文

如何访问 zip 文件的内容?

我正在尝试用 C 语言编写一个程序,我想使用 zip 使用的库。

How can I access to the contents of a zip file?

I'm trying write a program in C and I want use the libraries used by zip.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

失退 2024-09-16 21:28:45

Info-zip 项目 有相关代码。

The Info-zip project has code for that.

[浮城] 2024-09-16 21:28:45

Minizip,包含在 zlib 就是您所需要的。在“contribs”目录中查找代码。有一个 zip/unzip 示例,可以轻松包含在项目中。

Minizip, which is included with zlib is what you need. Look in the 'contribs' directory for the code. There is an example for zip/unzip and is easily included in a project.

迷离° 2024-09-16 21:28:44

您可能需要检查广泛使用的开源库ZLIB
该链接提供了示例代码,主页提供了有关库、源代码、安装和使用的更多信息。

You may want to check the open source widely used library ZLIB.
The link provides sample code and the home page provides more information about the libraries, source code, installation and usage.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文