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.
- Logs from working provided by easyloging++
- Easy in using
- Tested via Google Test framework
This writer has been used only on Linux, but it probably can works on any other platform as well.
The only thing what you have to do is build and link this library!
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.
I use it in my engineering thesis.
CSV-WRITER is released under Apache License.