Skip to content
DeltaBoyBZ edited this page May 23, 2022 · 1 revision

Tabular-C++

Introduction

Tabular-C++ is a header library and accompanying tool-set for creating and using tables in C++. The intended use-case is to aid in table-based software design, however the tools are sufficiently general for any application in which table structures are appropriate.

Guide

A short guide is available here. The guide will take you through installation and creating your first program, as well as quickly take you through the rest of the library's functionality.

Clone this wiki locally