TermTab is a free C++ library to generate ASCII tables, simple and feature rich.
Download the sources
$ git clone https://github.com/Bornageek/terminal-table
and add them to your build path.
For usage examples have a look at test.cpp.
- Proper rendering of bottom separator.
- Improve header separation.
- Allow column span of empty cells.
- Implement error handling (exceptions).
- Implemented in table.cpp
- Improve numColumns, maybe by caching the result.