mgm8 / csv-lib

C++ CSV library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

C++ CSV library

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 98.6%Language:Makefile 1.4%