Boost.Program_options is a Boost library to parse and respond to command-line arguments.
- 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