I don't understand why temp name is making itself back to "" after
tempScore and tempName aren't being assigned correctly either.
I am trying to read scores from a file into a linked list, then insert
a score in the correct spot in the link. My file reader seems to be working
but i just read and output. Also, sometimes i feel like it reads past info that
i've gotten scores on, like the buffer isn't clearing.
ScorePtr is a typedef HighScores*