I'm a beginer in C++, and I've read number of posts regarding reading CSV files but have not understood how to convert them in to an array
my file reads just numbers that are seperated by tabs
23 34 67 78
45 56 89 90
23 45 79 23
33 14 74 78
etc.
Could someone please tell me how to convert this file into a 2 dimentional Array ?