I'm trying to read in strings and integers into separate arrays using structs but it's not working right
I have a file with 3 name and 3 ids.
Ex: James 34
Sandy 54
Mark 55
Looks like you're incrementing your counter before the code has executed once. Try putting ++count (++count is better than count++) at the END of the while loop statements.