-
Notifications
You must be signed in to change notification settings - Fork 65
Home
Seleznev Anton edited this page Nov 3, 2018
·
3 revisions
libfort is a simple crossplatform library to create formatted text tables.
libfort is written in C and to use it you should include fort.h in your source files and compile with fort.c
file.
For C++ projects that use compiler with C++11 support (and later) there are also availabe convenient C++ wrappers around C functions (see fort.hpp
in lib direrctory). In that case instead of fort.h
you will need to include fort.hpp
in your source files and use C++ libfort API.