|
zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
A tool to test various things in a zip file. More...

Go to the source code of this file.
Namespaces | |
| anonymous_namespace{zipios.cpp} | |
| A few static variables and functions. | |
Functions | |
| int | main (int argc, char *argv[]) |
| void | anonymous_namespace{zipios.cpp}::usage () |
| Usage of the zipios tool. More... | |
Variables | |
| char * | anonymous_namespace{zipios.cpp}::g_progname |
| Name of the program. More... | |
Also zipios can be used to determine the version of your zipios++ installation (this tool version, the libzipios++.so/dll version, etc.)
Definition in file zipios.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 111 of file zipios.cpp.
References zipios::FileCollection::entries(), anonymous_namespace{zipios.cpp}::g_progname, zipios::getVersion(), anonymous_namespace{zipios.cpp}::usage(), and ZIPIOS_VERSION_STRING.
1.8.6