I don't have any code for this yet. I'm trying to store information from a text file into two separate arrays. The text file is 5 rows and 8 columns with the first word of each row as a name that I am trying to store in one array. The other array is filled with the remaining variables in a 5x7 format. How would I ignore everything in the first column or everything that isn't in the first column?
So that helped a little thanks but now whenever I build and run it the program stops responding after I copy elements into the mpd array. It outputs the information correctly on the screen but then it stops running. Any help appreciated.