From 8a6d0f93d31257d0d493381e4054be1282a4c5fd Mon Sep 17 00:00:00 2001 From: Pranav Srinivas Kumar Date: Wed, 1 Jan 2020 10:33:31 -0600 Subject: [PATCH] Added tabulate for Modern C++ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a06a67..3239af3 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [Ncurses](http://invisible-island.net/ncurses/) - A terminal user interface. [MIT] * [PDCurses](https://github.com/wmcbrine/PDCurses) - Public domain curses library with both source code and pre-compiled library available. [PublicDomain] * [replxx](https://github.com/AmokHuginnsson/replxx) - A readline and libedit replacement that supports UTF-8, syntax highlighting, hints, works on Unix and Windows. [BSD] + * [tabulate](https://github.com/p-ranav/tabulate) - Table Maker for Modern C++ [MIT] * [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. [MIT]