0

I have a Csv file ( That Csv file is basically in floats and integers seperated by commas with Rows = 4000 and columns = 3).I wannt to read that data into a 2d array.What is the simplest code to do this. Note : we cannot use vectors or any advanced stuff for this.

I did tried to use the stringstreams but couldn't find answers to how the file pointer goes to the next line after reading one line.Can someone please share me the code...?

0 Answers0