Templatized C++ Command Line Parser
Description
This is a simple templatized C++ library for parsing command line arguments. The library provides a simple, flexible object-oriented interface to the command line that automates argument parsing, USAGE creation and type casting.
Categories
License
Update Notifications
User Ratings
User Reviews
-
I've used this library for almost 10 years. It compiles warning-free under g++ using "-Wall -Weffc++ -pedantic -std=c++0x". It keeps parsing simple, allows for parameter ranges, and exclusive-OR argument specification.
-
Excellent work
-
This is an excellent C++ library for command line argument parsing. Quite simply the best I have ever seen and I've seen quite a few.
-
Good Stuff! Makes command line parsing pretty simple.