(C++) Boost.Program_options
January 30, 2018 ยท View on GitHub
Boost.Program_options is a Boost library to parse and respond to command-line arguments.
Examples
- boost_program_options_example_1: basics
Note for Qt Creator users
Add the following line to your Qt project file (to prevent link errors:
LIBS += -lboost_program_options