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.