(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

Qt Creator Note for Qt Creator users

Add the following line to your Qt project file (to prevent link errors:

LIBS += -lboost_program_options

Contents

  1. 1Examples
  2. 2Note for Qt Creator users