zipios++
2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
|
Tool used to append a Zip archive at the end of another file. More...
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
Go to the source code of this file.
Namespaces | |
anonymous_namespace{appendzip.cpp} | |
Functions | |
int | main (int argc, char *argv[]) |
void | anonymous_namespace{appendzip.cpp}::usage () |
Variables | |
char * | anonymous_namespace{appendzip.cpp}::g_progname |
Source code to a small program appendzip that appends a zip archive to another file. Run appendzip without arguments to get a helpful usage message.
Definition in file appendzip.cpp.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 56 of file appendzip.cpp.
References anonymous_namespace{appendzip.cpp}::g_progname, and anonymous_namespace{appendzip.cpp}::usage().