8000 GitHub - cbraley/cmd_line_parse: C++ code for parsing command line arguments. Simple and succinct.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cbraley/cmd_line_parse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Info
    C++ Argument parsing code by Colin Braley
    Extremely simple.
    cab6gh@viginia.edu

License:
    Released into the public domain Wed Jan 11 2012.

How to use the code:
    First see the example in src/example_simple.cpp to get an idea of how things work.

    Also see the Doxygen documentation generated by:
        cmake CMakeLists.txt
        make doc
    then look in:
        ./doc
    keep in mind doxygen must be installed for this to work.


Revision History:
    Wed Jan 11 2012 - Initial Release

About

C++ code for parsing command line arguments. Simple and succinct.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0