Go to the first, previous, next, last section, table of contents.


Programming Examples

The programs in this chapter are useful as models for a variety of applications that use the DB library. The line numbers are for reference only; they are not part of the programs. Any of these examples can be compiled (under UNIX) using a command of the form

cc file.c -ldb

where file.c is the name of the file containing the source; see section Using the DB Library, for further information. The sources for these examples are included in the DB Software Package, within the `examples' directory.


Go to the first, previous, next, last section, table of contents.



George B. Moody (george@hstbme.mit.edu)