Skip to content
pramode edited this page Sep 5, 2011 · 2 revisions

Using the zlib compression library

Use the zlib library:

http://zlib.net/

to write a program which will read the name of a file from the commandline and create a compressed version of the same file.

(Note: you may have to install it if it is not already installed)

Clone this wiki locally