cpp-csv-extractor main.cpp contains code to read a csv file, parse it using a regular expression, extracting the comma separated values The results are returned in a vector.
Note: Requires g++-4.9 or higher with -std=c++11. If using clang, check on the appropriate flag value.