vote up 0 vote down star

I'm looking for a bare bones simple example C app for unpacking a zip file using zlib. It must support fairly new version of .zip and must have source right down to the zlib calls.

flag

50% accept rate

2 Answers

vote up 0 vote down

The zpipe.c example on the zlib.net web site is pretty straight forward. There is also a pretty good description of what it does.

link|flag
that seems to only do the compression, what I need is the whole zip file decoding and what not – BCS Dec 2 '08 at 19:39
vote up 3 vote down

The zlib-bin source package on my system (linux) has some example programs called "minizip" and "miniunzip" which shows just that.

link|flag
Minizip site: winimage.com/zLibDll/minizip.html – orip Dec 2 '08 at 0:20
looks useful. I hope it is... – BCS Dec 2 '08 at 1:04

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.