mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-17 20:34:38 +03:00
Add CUI section
This commit is contained in:
@@ -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*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user