如何使用C ++解压缩超过4GB的.zip文件? [英] How do I uncompress a .zip file beyond 4GB using C++?

查看:132
本文介绍了如何使用C ++解压缩超过4GB的.zip文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,我这里有这个问题,除了我是Windows程序的新手。谁能帮我提取大的zip文件?非常非常感谢。

解决方案

其中一个可能的解决方案是:如果有人设法用ZIP打包文件,着名的7-zip可以解压缩它:< a href =https://en.wikipedia.org/wiki/7-Zip> https://en.wikipedia.org/wiki/7-Zip [ ^ ]。



这是开放的-source跨平台产品,附带C ++ 7-zip库:

http://www.7- zip.org [ ^ ],

http://www.7-zip.org/download.html [ ^ ]。



您还可以尝试使用此CodeProject库附带的Zip Utils: Zip Utils - 干净,优雅,简单,C ++ / Win32 [ ^ ]。



-SA


hello everybody,here I have this question,besides I am a new man in windows program.who can help me extract the big zip file? thanks very much,very much.

解决方案

One of the possible solutions is this: if somebody managed to pack files in ZIP, famous 7-zip can unzip it: https://en.wikipedia.org/wiki/7-Zip[^].

This is open-source cross-platform product which comes with the C++ 7-zip library:
http://www.7-zip.org[^],
http://www.7-zip.org/download.html[^].

You can also try Zip Utils which come with this CodeProject library: Zip Utils - clean, elegant, simple, C++/Win32[^].

—SA


这篇关于如何使用C ++解压缩超过4GB的.zip文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆