Click here to Skip to main content
15,893,814 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
file compression /decompression system based on Zip
encoder and decoder module
Posted

you must write some wrapping and handling code around that, what you want to zip. Her is a sample project on codeproject.

And also has Google code some zip source.
 
Share this answer
 
Comments
RON LAVEZI 25-Feb-15 9:13am    
literally, what i am looking for an example program written in C++ for compression and decompression based on ZIP (encoder and decoder modules)and test it on text files and multimedia files
i want with this code to prove the important of Kraft inequality, Shannon codes, and Huffman codes

and at the end i want the compressed file to be decompressed with any zip software

You best bet is using an existing library or the the compression API of your OS (for instance Windows provides the it, see "Using the Compression API"[^]).
 
Share this answer
 
v2
Comments
RON LAVEZI 25-Feb-15 9:09am    
i want to check a sample project for file compression /decompression system based on Zip
(with text files, multimedia , and combined text)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900