Develop and Download Open Source Software

Arg_parser

Back to Project Summary

Would you recoomend this project?

Project Release infomations and Project Resources. Note that these informations are from this projects Freecode.com page and the downloads themselves may not be hosted with SourceForge.JP.

Project Release Information

2012-03-20 06:39
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
Minor fixes.
2011-01-17 04:29
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
"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

http://freecode.com/urls/b62a3d9d25f70ac3b6ab416073293b5d
http://freecode.com/urls/f5d4ca76067911b76459302aefd5102c
http://freecode.com/projects/arg_parser

Project Description

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.

(This Description is auto-translated)

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.