/csv-lib

C++ CSV library

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

CSV-Lib

CSV-Lib is a C++ library to handle CSV files.

Compiling and Building

Just include the path to the "lib" directory during the compilation of your program:

-I<LIB_DIR>

Usage

There is an usage examle here.