Categories
tclap
Templatized C++ Command Line Parser is a simple library for parsing command line arguments. It provides a simple, flexible, object-oriented interface to the command line that automates the parsing, USAGE creation, and type casting common with command line handling. However, this library is templatized so the argument class is type independent which avoids identical-except-for-type objects like IntArg, FloatArg, StringArg, etc.
Last updated 22 Oct, 2004
Versions
1.0.0
1.0.0 beta released 2004-10-21
- Released: 21 Oct, 2004
- Code Maturity: Beta
- Source Archive: http://prdownloads.sourceforge.net/tclap/tclap-...
- Licenses: X11
- Interfaces: Library
User Community and Support
User manual available in HTML format from http://tclap.sourceforge.net/manual.html; Developer API documentation available in HTML format from http://tclap.sourceforge.net/html/index.html




