Hi, I've been working on a game for the last decade off and on and
I've come to the point now that I need to learn how to create and read
files.
For instance, my game creates a player character for an RPG and I need
to be able to save the data to a file with the same name as the player
such as "Conan.dat". I need to be able to then load the data from
that file and play it in the game, like the old Might and Magic and
Wizardry games used to do. I've gotten as far as open as binary and
write and such, but I guess I just don't know what I'm doing. I'm
sure this is very simple. Any help would be appricitated. If I'm
being vauge, I'm sorry.