cxxopts icon indicating copy to clipboard operation
cxxopts copied to clipboard

Post a comparison of this library with boost::program_options

Open eyalroz opened this issue 6 years ago • 3 comments

The standard C++ library doesn't include any option parsing functionality, but Boost does: boost::program_options.

Could you possibly post an overview of the differences in functionality (and perhaps dependencies and implementation approach) between this library and the Boost one?

eyalroz avatar Feb 12 '19 20:02 eyalroz

I think I can write that down somewhere.

jarro2783 avatar Mar 24 '19 21:03 jarro2783

Just wondering if this exists yet? No problem if it doesn't, but I am curious as to the main differences...

DavidAntliff avatar Nov 06 '19 01:11 DavidAntliff

I concur. Seeing the difference would be helpful. At the feature level certainly, but also the compile time and binary size differences for a few compilers.

DerekLambertiOfArm avatar Feb 24 '20 10:02 DerekLambertiOfArm