A small Zip creator project made in C language.
The Libraries used in this project are :-
- Allegro 5 (for GUI)
- zip (for the zip manupulation)
- conio (for now only, will be eliminated in the future)
If you are using GCC compiler then use
g++ -o filename main.cpp libzip.dll.a conio.o
Screen Shots :-