GithubHelp home page GithubHelp logo

bartekkpl / csv-writer Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 1.0 75 KB

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

License: Apache License 2.0

CMake 1.85% C++ 98.15%
cmake csv-parser csv-writer cpp

csv-writer's Introduction

#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.

csv-writer's People

Contributors

bartekkpl avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

chunting

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.