.. _option-handling-cpp: =================== C++ Option Handling =================== For C++, we recommend the use of `Boost.Program_options `_. A basic example of how to use this library can be found in :download:`binary.cpp ` in the example project: .. literalinclude:: example-projects/build-system-essentials-cpp/src/build-system-essentials/binary.cpp :language: cpp :start-after: mark-start::show-for-parsing :end-before: mark-end::show-for-parsing :linenos: