Categories
Arg_parser
Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. The C++ version is implemented as a C++ class, while the C version is implemented as a single struct plus associated functions. Both are simpler, easier to use, and safer that `getopt_long'.
Last updated 28 Jan, 2009
Versions
1.2
- Released: 28 Jan, 2009
- Code Maturity: Stable
- Source Archive: http://nongnu.askapache.com/arg-parser/arg_pars...
- Licenses: GPLv3orlater
- Interfaces: Command Line




