-
Notifications
You must be signed in to change notification settings - Fork 2
Tar archive library for C++
License
shikazu/libtarpp
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This library is licensed under modified BSD License. =========== *How to build? =========== $ make *How to use? =========== source: #include "TarReader.hpp" #include <iostream> int main(void) { TarReader t; t.load("path/to/tar.tar"); cout << t.readText("filename") << endl; } compile: g++ -std=c++11 source.cpp -I/path/to/header/dir /path/to/libtarpp.a
About
Tar archive library for C++
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published