My blog has been moved to ariya.ofilabs.com.

Monday, November 21, 2005

Unzipping in C

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.

No comments: