Library of general utility classes for the Java programming language
A library of general utility classes for the Java(tm) programming language, including: enhanced replacements for common utilities like StringTokenizer or Properties, a printf-style format system, etc.
A simple, elegant way to handle command line arguments in C/C++.
superGetOpt
===========
SuperGetOpt is a printf-like getopt replacement for command line argument handling.
The supergetopt library makes it very easy to handle all kinds of command-line arguments in a printf()-style way.
All types of command-line arguments are supported and all user-supplied values are checked for type validity.
If you have been searching for an easy-to-use, flexible, portable command-line and general use parser, this is it!