Skip to content

jsrobson10/clibarchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clibarchive

An archive processor and compressor for C++ with zlib

It stores and compresses files in a file that is easy for programs to access. There is currently only read/write functions to a file path, and no way of knowing if a file exists or not.

Todo:

  • add file existance checking
  • add directory listing

To build:

g++ archive.cpp compress.cpp -lz

About

An archive processor and compressor for C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published