Name: Anonymous 2010-11-07 21:30
Do FILE* work directly with the address of the file in the harddrive or is the file loaded into the ram and the FILE* works with that?
I mean, if I were making a small database and wanted to use a FILE* (as a member of the struct I use for the database) to the next element of the database would the FILE* still point ot the same location if I close the file and open it later?
I mean, if I were making a small database and wanted to use a FILE* (as a member of the struct I use for the database) to the next element of the database would the FILE* still point ot the same location if I close the file and open it later?