Download List

Descripción del Proyecto

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

Correcciones menores. Cita caracteres en los mensajes han cambiado como asesorado por estándares de codificación GNU. La opción de configurar "--datadir" ha cambiado el nombre a "--datarootdir" a seguir las normas de GNU.
Tags: Stable
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.

2012-01-03 08:01
1.6

Correcciones menores.
Tags: Stable
Minor fixes.

2011-01-17 04:29
1.5

Menor fija. comentarios C99 estilo "/ /" se han convertido a los comentarios de estilo C89 "/ * * /" en la versión C. Una serie de pruebas se ha añadido.
Tags: Stable
Minor fixes. C99 style comments "//" have been converted to C89 style comments "/* */" in the C version.
A test suite has been added.

2010-03-16 01:28
1.4

"typedef" se han eliminado de la versión C (carg_parser.h). A excepción de enlace ha sido añadido a la licencia. El manual ha sido mejorado.
Tags: Stable
"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.

Project Resources