This was my first serious project, written in the spring of 2017 while studying in NSU. All code has in initial state. The only thing I added cmake and removed broken comments. Archiver based on huffman algorithm. You are free to use this archiver.
Install cmake and run:
cmake .
make
./archiver
./archiver <arg> <arch_name.eue> <file1> <file2>...
All archives name extensions must be .eue;
- a - add files to archive
- x - extract files
- d - delete files from archive
- l - info about files in archive