ZET-CSV is the C++ library for csv format. ZET-CSV uses STL library. Interface CSV container similar to the interface std::vector.
You can use ZET-CSV (not as the library) with your code by rewriting the Makefile.
ZET-CSV contains following csv extension: a different number of columns in the rows, literals \r, \n, \r\n indicate the end of the row.
(abandoned and outdated project) convert vcard data into csv format
vcf2csv is a command line tool, written in ANSI-C (C90), converts a vcard (vcf) file to csv.
Please note: the ability to generate HTML-files will be removed in the near future.