From e6910baef8c3a9f51e0e2ca445383355240a80d7 Mon Sep 17 00:00:00 2001 From: myd7349 Date: Fri, 6 Feb 2015 10:25:20 +0800 Subject: [PATCH] Add CUI section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a62bc03..07bdd86 100644 --- a/README.md +++ b/README.md @@ -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*