hyperion.ng/dependencies/build/getoptPlusPlus
johan cc3baec022 Special command line option classes added 2013-08-11 21:49:11 +02:00
..
CMakeLists.txt project hyperion-remote created; 2013-08-11 11:54:16 +02:00
COPYING project hyperion-remote created; 2013-08-11 11:54:16 +02:00
Makefile project hyperion-remote created; 2013-08-11 11:54:16 +02:00
README project hyperion-remote created; 2013-08-11 11:54:16 +02:00
config.doxygen project hyperion-remote created; 2013-08-11 11:54:16 +02:00
getoptpp.cc Special command line option classes added 2013-08-11 21:49:11 +02:00
test.cc project hyperion-remote created; 2013-08-11 11:54:16 +02:00

README

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.