3 Repositories
C++ (or C) getopt Libraries
C++ getopt wrapper to make it easier to parse command line arguments
Options is a simple C++ wrapper for getopt that makes it easier to handle command line argument parsing in C++. See demo.cc and the Makefile for an e
Parser for argv that works similarly to getopt
About Most command-line programs have to parse options, so there are a lot of different solutions to this problem. Some offer many features, while oth
Argh! A minimalist argument handler.
Frustration-free command line processing So many different command line processing libraries out there and none of them just work! Some bring their wh