C++ command line parameters parser Code
Brought to you by:
deninok
File | Date | Author | Commit |
---|---|---|---|
clpp | 2010-10-29 |
![]() |
[9dbae2] Refactoring of validation check. |
doc | 2010-10-28 |
![]() |
[a5b104] 2.0.2 version. |
example | 2010-10-27 |
![]() |
[9bb1a6] Add new version. |
CHANGELOG | 2010-10-28 |
![]() |
[a5b104] 2.0.2 version. |
INSTALL | 2010-10-28 |
![]() |
[a5b104] 2.0.2 version. |
LICENSE | 2010-10-28 |
![]() |
[a5b104] 2.0.2 version. |
README | 2010-10-28 |
![]() |
[a5b104] 2.0.2 version. |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ This is README file for 'Command line parameters parser (CLPP)' library. Last update: October 28, 2010 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ COMMAND LINE PARAMETERS PARSER version 2.0.2 ABSTRACT -------- CLPP library provides parsing of command line parameters, with calling correspond functions and, if necessary, checking type and/or semantic of parameter's value. For more info see documentation. EXTERNAL DEPENDENCIES --------------------- Only one - Boost C++ libraries. See documentation. PORTABILITY ----------- It is portable so far as portable Boost C++ libraries and C++ standard library. :-) DOCUMENTATION ------------- See HTML documentation in 'doc' directory or online: http://clp-parser.sourceforge.net MORE INFORMATION ---------------- Sourceforge page: http://clp-parser.sourceforge.net Download page: http://sourceforge.net/projects/clp-parser/ Author's site: http://www.cppforum.ru