Arg_parser

An argument parser tht follows POSIX and GNU conventions for command line arguments.
Download

Arg_parser Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Antonio Diaz Diaz
  • Publisher web site:
  • http://www.nongnu.org/arg-parser/arg_parser.html

Arg_parser Tags


Arg_parser Description

An argument parser tht follows POSIX and GNU conventions for command line arguments. Arg_parser is an argument parser that follows POSIX and GNU conventions for command line arguments. Arg_parser is implemented as a C class, and is simpler, easier to use, and safer that "getopt_long".Arg_parser does not modify its arguments, nor uses 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.To use Arg_parser in your own programs simply copy the files "arg_parser.h" and "arg_parser.cc" in your sorce tree. See also the file "main.cc" for an example of use. What's New in This Release: · 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.


Arg_parser Related Software