mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 12:24:39 +03:00
Add TCLAP to CLI library list
This commit is contained in:
@@ -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]
|
* [gflags](https://gflags.github.io/gflags/) - Commandline flags module for C++. [BSD]
|
||||||
* [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interfaces. [MIT]
|
* [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]
|
* [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]
|
* [termbox](https://github.com/nsf/termbox) - A C library for writing text-based user interfaces. [BSD]
|
||||||
|
|
||||||
## Compression
|
## Compression
|
||||||
|
|||||||
4
todo.txt
4
todo.txt
@@ -88,8 +88,6 @@ https://github.com/Yelp/MOE
|
|||||||
https://github.com/ideawu/ssdb
|
https://github.com/ideawu/ssdb
|
||||||
https://github.com/cms-sw/cmssw
|
https://github.com/cms-sw/cmssw
|
||||||
|
|
||||||
http://tclap.sourceforge.net/
|
|
||||||
|
|
||||||
http://sourceforge.net/projects/libcrn/
|
http://sourceforge.net/projects/libcrn/
|
||||||
|
|
||||||
http://glm.g-truc.net/
|
http://glm.g-truc.net/
|
||||||
@@ -309,7 +307,7 @@ https://github.com/richgel999/miniz
|
|||||||
https://github.com/johnezang/pithy
|
https://github.com/johnezang/pithy
|
||||||
|
|
||||||
A simple Minecraft clone written in C using modern OpenGL (shaders).
|
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
|
https://github.com/agauniyal/rang
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user