zipios++  2.0.2
Zipios++ – a small C++ library that provides easy access to .zip files.
Namespaces | Functions | Variables
appendzip.cpp File Reference

Tool used to append a Zip archive at the end of another file. More...

#include <cstdlib>
#include <cstring>
#include <iostream>
#include <fstream>
Include dependency graph for appendzip.cpp:

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
 

Detailed Description

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.

Function Documentation

int main ( int  argc,
char *  argv[] 
)