Skip to content
Daniel Krajzewicz edited this page Aug 2, 2019 · 11 revisions

optionslib_cpp (Options Library for C++) is a c++-library for parsing command line options.

It supports:

  • type checking (if an option should get an integer as value, only ints are accepted, e.g.)
  • Named sections
  • configurations
Clone this wiki locally