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.
Templatized C++ Command Line Parser Web SiteUser Ratings
User Reviews
-
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.