project hyperion-remote created;

getoptPlusPlus dependency added;
small changes to getOptPlusPlus;
This commit is contained in:
johan
2013-08-11 11:54:16 +02:00
parent 491d6ff608
commit daabeaa03b
12 changed files with 2956 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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.