User profile: majortomdude

User info
User name:majortomdude
History
Joined:
Number of posts:6
Latest posts:

txt file input to parallel array
Thanks so much! It worked! I was trying to build something based off of this... http://www.dreami...

txt file input to parallel array
I figured out how to get it to find the lowest score! Any hints on how to get it to display the name...

txt file input to parallel array
I changed int sum; to int sum[count]; and it returns 108 now??

txt file input to parallel array
I've got it to where it inputs the data. I also got it to calculate the totals for each player. Than...

txt file input to parallel array
I couldn't figure it out that way. After a little more research I've decided to try it like this. ...