Skip to content

Commit 974f80f

Browse files
Add TCLAP to CLI library list
1 parent 3cc69b2 commit 974f80f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
157157
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
158158
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
159159
* [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain]
160+
* [TCLAP](http://tclap.sourceforge.net) - A mature, stable and feature-rich library for defining and accessing command line arguments in ANSI C++. [MIT]
160161
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
161162

162163
## Compression

todo.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ https://github.com/Yelp/MOE
8888
https://github.com/ideawu/ssdb
8989
https://github.com/cms-sw/cmssw
9090

91-
http://tclap.sourceforge.net/
92-
9391
http://sourceforge.net/projects/libcrn/
9492

9593
http://glm.g-truc.net/
@@ -309,7 +307,7 @@ https://github.com/richgel999/miniz
309307
https://github.com/johnezang/pithy
310308

311309
A simple Minecraft clone written in C using modern OpenGL (shaders).
312-
https://github.com/fogleman/Craft
310+
https://github.com/fogleman/Craft
313311

314312
https://github.com/agauniyal/rang
315313

0 commit comments

Comments
 (0)