Path: C++ : Static Library :
Static Library Example
UNIX Static Library Example...
This is an example of how to create a static library file using standard C++ on UNIX like computers
prog.cpp - the library test program
libprog.cpp - the .a test library file
standard C++ code
makefile - the make file used to build the library
libprog.a - the compilation target
ar.tar.gz - the tar-ball for the static library example for C++