Arg_parser 1.8

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...