Skip to content

BartekkPL/csv-writer

Repository files navigation

#Welcome to Csv Writer, your new C++ library for write to .csv file! Build Status

Important notes

You should know that this library is actually for my own usage and there may be not enough functionality for you.

It is library not single header file, because I plan to develop more functionality to it in future.

Features

Platforms

This writer has been used only on Linux, but it probably can works on any other platform as well.

Usage

The only thing what you have to do is build and link this library!

Build

git clone https://github.com/BartekkPL/csv-writer.git
cd csv-writer/
mkdir build
cd build/
cmake ..
make

And after these steps you have builded library ready to use it in new projects!

You found it at csv-writer/build/lib/libcsvWriter.so.

Projects using this library

I use it in my engineering thesis.

License

CSV-WRITER is released under Apache License.

About

C++ library to writing and reading a .csv file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published