I'm trying to create a high score system in my iPhone app that allows me to store a long long int in the High Score save file, because I am expecting the high score values to be greater that a normal integer. But all I could find in terms of code was this: I'm trying to create a high score system in my