C++ Implementation

The C++ implementation is composed of the source files listed below.

  • CSVToXML.cpp: the main routine for the C++ application with CSV as the source

  • CSVSourceConverter.cpp: the class that drives conversion from CSV to XML

  • CSVSourceConverter.h: the header file for the CSVSourceConverter class

  • CSVRecordReader.cpp: the class that handles reading CSV records and converting to XML

  • CSVRecordReader.h: the header file for the CSVRecordReader class

  • XMLToCSV.cpp: the main routine for the C++ application with CSV as the target

  • CSVTargetConverter.cpp: the class that drives conversion from XML to CSV

  • CSVTargetConverter.h: the header file for the CSVTargetConverter class

  • CSVRecordWriter.cpp: the class that handles reading XML and building ...

Get Using XML with Legacy Business Applications now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.