libopt++
is a C++ library intended to be a replacement for
the venerable GNU getopt. It supports most of getopt's features (though
not optional arguments or -W
), but is much simpler to use and
does not permute argv[]
.
You can download the latest version by cloning the git repository:
git clone git://git.lwithers.me.uk/libopt++
Version | Date | Source | GPG Signature (key) | Documentation | Doc Signature | Dependencies |
---|---|---|---|---|---|---|
1.0.5 | 20060825 | .tar.bz2 | .tar.bz2.asc | .tar.bz2 | .tar.bz2.asc | |
1.0.0 | 20060802 | .tar.bz2 | (not yet) | .tar.bz2 | (not yet) |
Older releases may be found here.