Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

How to compress multiple in VC++using IPPI

jayender
Beginner
417 Views
Hi,
I need to know , how to compress multiple files.. i saw the sample which is useful to know the compressing a single file but i need to compress multiple files.
waiting for ur response.
thanks,
Jayender
0 Kudos
1 Reply
Vladimir_Dudnik
Employee
417 Views

Hello,

Such utilities as gzip, bzip2 and etc can not compress set of files, but they can work with the tar utility together. The tar don't compress files but can pack multiple files into one. You should meet *.tar.gz (or *.tgz) extension of files.

Regards,
Vladimir

0 Kudos
Reply