Skip to content

sukhchainn/Zip_File_Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 

Repository files navigation

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

About

A small Zip creator project made in C language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages