You are here

Add new comment

Error message

The spam filter installed on this site is currently unavailable. Per site policy, we are unable to accept new submissions until that problem is resolved. Please try resubmitting the form in a couple of minutes.

C/C++ command line parsers

Here is a list of some command line parsers:

  • Anyoption - simple and small but no types - all options are parsed as strings. Also no support for arguments without option.
  • TCLAP - heavy, uses stdlib, support for types, extensive documentation
  • SimpleOpt - small but ugly, no types
  • Boost.Program_options - heavy, good for Boosters

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.