Arg_parser

Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. It is implemented as a C++ class, and is simpler, easier to use, and safer than "getopt_long". Arg_parser does not modify its arguments, nor does it use any global variables. So you may create more than one parser in your program if you need or want to. Arg_parser can also parse options from configuration files. A C language version is also available.

Tags Software Development User Interfaces
Operating Systems OS Independent
Implementation C C++

Tweet this project Short link

Rss Recent releases

  • Rrelease-mid
  •  19 Jan 2009 14:17
  • Rrelease-after

Changes: A compilation problem producing bad code for the C language version with GCC 4.2 has been fixed. "make install-info" should now work on Debian and Mac OS X.

Changes: A C language version has been added. Options requiring an argument no longer accept an empty argument.

Changes: A C language version has been added. Options requiring an argument no longer accept an empty argument.

  • Rrelease-mid
  •  30 Jun 2007 12:58
  • Rrelease-after

Changes: The license has been updated to GPL version 3 or later.

Changes: The "configure" script and the Makefile have been made more GNU-standards compliant.

2e29c96a80240b0c51889c00c0ab8207_thumb

Project Spotlight

NeroLINUX

A graphical CD/DVD burning application.

No-screenshot

Project Spotlight

KSI Scheme

An implementation of the Scheme programming language