How can messages (e.g. game saves) be saved to a binary file?
I spoke a while ago to a friend who recommended that .txt files weren't the best to use for saving games information. Apparently, the reason was based on their higher data consumption. Can anybody with any knowledge of this area recommend the best approach with binary files, in particular ".dat" files
Thanks, I can visualize it but the process of learning and knowing how they are implemented seems to be the challenge. Just as everything, it'll turn out to be simply straight forwards once you learn, but it just hard when you don't know where to begin.