Wednesday 20 May 2020

ParamKit - A Small Library Helping To Parse Commandline Parameters


A small library helping to parse commandline parameters (for Windows).

Objectives
  • "like Python's argparse but for C/C++"
  • compact and minimalistic
  • easy to use
  • extendable

Demo
Print help for each parameter:


Easily store values of popular types, and verify if all required parameters are filled:


Verify if no invalid parameter was passed:


See the demo code




via KitPloit
More info

No comments:

Post a Comment