Download List

專案描述

Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. There exist C++ and C versions of Arg_parser. 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 than 'getopt_long'. The C++ version of Arg_parser can also parse options from configuration files.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-03-20 06:39
1.7

Minor fixes. Quote characters in messages have been changed as advised by GNU Coding Standards. The configure option "--datadir" has been renamed to "--datarootdir" to follow GNU standards.
標籤: Stable

2012-01-03 08:01
1.6

Minor fixes.
標籤: Stable

2011-01-17 04:29
1.5

Minor fixes. C99 style comments "//" have been converted to C89 style comments "/* */" in the C version.
A test suite has been added.
標籤: Stable

2010-03-16 01:28
1.4

"typedefs" have been removed from the C version (carg_parser.h). A link exception has been added to the license. The manual has been improved.
標籤: Stable

Project Resources