Hey everyone,
I have a Matlab code that parses data from a csv file, performs some calculations on the data, and spits it back out into a new csv file. the new csv file contains all the data from the original file, with the new calculations appended on at the end. I need to write a C++ document that performs the same actions.
I'm new to working with C++, but do have limited experience working with it. I can do everything regarding the calculations, but getting the data into C++ then writing back to a new csv file is a point of frustration for me.
Any suggestions about how to go about doing this? Or links to helpful reading material?
TIA