ariya.io About Talks Articles

Unzipping in C

1 min read

If your C program needs to extract files from a ZIP-compressed package, using minizip (and zlib) is a fast and easy solution. Not to pollute planetkde (no pun intended here :-), a simple function to extract one file from a ZIP and write it to the specified output file is shown in this simple unzip example instead.

Related posts:

♡ this article? Explore more articles and follow me Twitter.

Share this on Twitter Facebook