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.
+3
A:
The zlib-bin source package on my system (linux) has some example programs called "minizip" and "miniunzip" which shows just that.
joveha
2008-12-02 00:14:35
Minizip site: http://www.winimage.com/zLibDll/minizip.html
orip
2008-12-02 00:20:48
looks useful. I hope it is...
BCS
2008-12-02 01:04:53
A:
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.
JayG
2008-12-02 14:18:00
that seems to only do the compression, what I need is the whole zip file decoding and what not
BCS
2008-12-02 19:39:57