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!
The well-known standard C printf() adapted to C++. Integrated into the C++ stream I/O and C++ string environment. The included StrCvt library converts strings and streams between the different C++ character types char, wchar_t, char16_t and char32_t, locale dependent and UTF.
For more information see the README files in the Wiki.