/getoptPlusPlus

A small C++ class library for getopt()-style command line argument parsing

Primary LanguageC++OtherNOASSERTION

A very small class library that replaces getopt() and 
getopt_long()-functionality with a more C++-friendly approach.

Additionally, it does not rely on UNIX-specific code.

See test.cc for a sample application and COPYING for license information.