Post your entire main function exactly as you are trying to compile it. What you have posted will obviously not compile by itself. I'm very busy and would be glad to help in my spare time but unless I see exactly what you are trying to compile there is no way for me or anyone else to help.
well, for some reason, when the input is a 3 row 3 column text file
it returns 4 for all the sizes using player.size() number.size() etc...
other than that, i can get it to output all data in the vectors :) which is AWESOME, i feel like i am getting there
my current hurdle is trying to find the maximum value in the number vector (which i can do using the algorithm)
but once i find the max number i want to go to the corresponding player name to see who it is - so i need a way to store *where* the max value occurs at so i can put this into the player[] vector to evaluate it there.