Begin3 Title: cdbfile Version: 1.0b Entered-date: 25MAR97 Description: CDBFile is a C++ object-oriented package for programmers who need to manipulate dBASE III files in their programs. It enables you to perform many operations on an existing DBF file: reading/writing to it, accessing its values, sorting the records, adding/deleting records, etc. It comes with full text and postscript documentation, and commented source code. A demonstration program, testdbf, shows the various possibilities of the CDBFile library, and its source file, testdbf.cpp, demonstrates how to implement CDBFile within a program. CDBFile was designed to be as portable as possible. Keywords: database, dBASE, library, C++, dbf Author: Herve Gourmelon Maintained-by: Herve Gourmelon Primary-site: sunsite.unc.edu /pub/Linux/devel/db 41k cdbfile.tar.gz Alternate-site: sunsite.unc.edu /pub/Linux/devel/db 41k cdbfile.tar.gz Copying-policy: GPL (for testdbf; Library-GPL for cdbfile.cpp and cdbfile.h) End