Lightweight C++ options parser -- Jarryd Beck

Two regular expressions can go a long way.

Lightweight C++ options parser

by Jarryd Beck

From the article:

Using the new C++11 regular expressions, command line option parsing becomes trivial. I wrote a lightweight command line options parser because I was unsatisfied with all of the other libraries out there...

Add a Comment

Comments are closed.

Comments (1)

1 0

Germán said on Oct 14, 2014 02:35 AM:

In which way does this library improves, let's say, Boost.Options? I ask just because I see it is very similar, but this one requires C++11.

Is it more lightweight? I am not sure about the dependencies of Boost.ProgramOptions.