DButil Library

DButil Library


This C++ class-library allows to create, read, write and use two or three-dimensional lookup-tables.

How to use:

These are programs written in C++. To include them in your programs specify -I/usr/local/include in the compiler flags (if you are using GNU-make this must be added to the CXXFLAGS variable) and provide -L/usr/local/lib -ldbutil as a linking option. The header files must be included via
#include "dblib/header-file.h" Refer to the header files in /usr/local/include/dblib. There is no additional information as yet. The code can also be retrieved via ftp.

For EDDA users: use CVS instead.