Posts by m.gollmann • 29 points
1 post
-
2
votes1
answer234
viewsQ: CSV file reading and vector line storage
I need to read a csv file and store each one line of the file into different vectors. After that, convert these vectors to new csv files. The problem is that my code generates two vectors with data…