diff --git a/README.md b/README.md index dcf7c80..9907bb8 100644 --- a/README.md +++ b/README.md @@ -157,6 +157,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD] * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT] * [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain] + * [TCLAP](http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT] * [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD] ## Compression diff --git a/todo.txt b/todo.txt index a0593e0..229c511 100644 --- a/todo.txt +++ b/todo.txt @@ -88,8 +88,6 @@ https://github.com/Yelp/MOE https://github.com/ideawu/ssdb https://github.com/cms-sw/cmssw -http://tclap.sourceforge.net/ - http://sourceforge.net/projects/libcrn/ http://glm.g-truc.net/ @@ -309,7 +307,7 @@ https://github.com/richgel999/miniz https://github.com/johnezang/pithy A simple Minecraft clone written in C using modern OpenGL (shaders). -https://github.com/fogleman/Craft +https://github.com/fogleman/Craft https://github.com/agauniyal/rang