It's part of a program that needs to get its data from csv files, I read the data into vectors which I then put in a list. I manage to edit entries, delete rows (i.e. the vectors), but I seem to be unable to copy the row (vector) from a csv into another list.
Could you please help me?
The csvFile class contains functions to read the data from the file, the list of vectors which contain the actual data and a function to print the list on the screen.
The EditedString class is a subclass of the string class (adds some extra features to split strings)
Thank you very much, I don't know how to initialize that sort of object, I think I only know how to declare it, but I am going to look into it :).
Thanks again!