Skip to content

Commit c1f7d41

Browse files
author
Toni Cebrián
committed
Writting a better README
1 parent 9b8357b commit c1f7d41

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README

-7
This file was deleted.

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Fast iterator for traversing CSV files
2+
3+
Usage:
4+
Just include the
5+
6+
Libraries:
7+
sudo apt-get install libboost-dev liboost-iostreams-dev

test/csv_iteratorTest.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#include <cppunit/extensions/HelperMacros.h>
2-
#include "csv_iterator.hpp"
2+
#include <csv_iterator.hpp>
33

44
#include <string>
55
#include <boost/tuple/tuple.hpp>

0 commit comments

Comments
 (0)