Merge pull request #138 from guoxiao/master

gflags has been moved to github
This commit is contained in:
Faraz Fallahi
2015-08-16 15:10:19 -07:00

View File

@@ -140,7 +140,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
*Console/Terminal User Interface, Command Line Interface*
* [Boost.Program_options](http://www.boost.org/doc/libs/1_57_0/doc/html/program_options.html) - A library to obtain program options via conventional methods such as command line and config file. [Boost]
* [gflags](http://code.google.com/p/gflags/?redir=1) - Commandline flags module for C++. [BSD]
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]