Files

Files are the simplest, most primitive persistence mechanism.

When using simple files for persistence, the executing program must deal with all details of how to access the data in the file:

Parsing is the process of interpreting the contents of a file in terms of data structures in a program. Software tools for parsing (C, C++): lex and yacc.

Good points

Bad points


© 2001 Per Kraulis $Date: 2001/05/09 07:09:11 $