MaxDZ8 / gflags

The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. Please report any issues with this library at https://code.google.com/p/gflags/issues/list.

Home Page:https://code.google.com/p/gflags/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains a C++ of the Google commandline flags module.
Documentation for the C++ implementation is in doc/. The python version of
gflags is now shipped seperately as it is completely independent of this
module.

See INSTALL for (generic) installation instructions for C++: basically
   ./configure && make && make install

See README_windows.txt for instructions on using under windows.

About

The gflags package contains a library that implements commandline flags processing. As such it's a replacement for getopt(). It has increased flexibility, including built-in support for C++ types like string, and the ability to define flags in the source file in which they're used. Please report any issues with this library at https://code.google.com/p/gflags/issues/list.

https://code.google.com/p/gflags/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 54.0%Language:C++ 42.1%Language:C 3.9%