Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted

1 solution

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
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900