Add CUI section

This commit is contained in:
myd7349
2015-02-06 10:25:20 +08:00
parent 46d94a7a64
commit e6910baef8

View File

@@ -12,6 +12,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
- [Concurrency](#concurrency)
- [Containers](#containers)
- [Cryptography](#cryptography)
- [CUI](#cui)
- [Database](#database)
- [Debug](#debug)
- [Game Engine](#game-engine)
@@ -180,6 +181,12 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
* [retter](https://github.com/MaciejCzyzewski/retter) - A collection of hash functions, ciphers, tools, libraries, and materials related to cryptography.
* [Tiny AES128 in C](https://github.com/kokke/tiny-AES128-C) - A small and portable implementation of the AES128 ECB encryption algorithm implemented in C. [PublicDomain]
## CUI
*Libraries for building CUI applications*
* [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]
## Database
*Database Libraries, SQL Servers, ODBC Drivers, and Tools*