Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 845 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 845 Bytes

Zip_File_Creator

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)

Compile Instructions

If you are using GCC compiler then use

g++ -o filename main.cpp libzip.dll.a conio.o

Screen Shots :-

When Menu is not clicked

alt text

When Menu is clicked

alt text

Update with list_box

alt text

Update with list_box and Menu clicked

alt text