0

I have created ".tar" file and added multiple files in it while converting it to ".zip" i am facing problem. I should create ".zip" for compress multiple files.

I need this in c++ code.BZ2 compression in C++ with bzlib.h I used this link to compress.

I tryed with http://www.winimage.com/zLibDll/minizip.html i feel its complicated.

please help me i am new to it Thank you so much in advance.

kumar
  • 11

1 Answers1

0

As far as I have used, Minizip is the best available open source to achieve this purpose. There are example classes, compress.c and uncompress.c which almost does everything related to zipping and unzipping

Valgrind1691
  • 182
  • 1
  • 11