Skip to content

Commit d4ba1ca

Browse files
authored
Merge pull request fffaraz#402 from nabijaczleweli/master
Add TCLAP to CLI library list
2 parents 3cc69b2 + 974f80f commit d4ba1ca

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)