OOFILE C++ Database - cross-platform development environment for c++
OOFILE is a cross-platform development environment for c++ shipped as royalty-free source code. If you know even a little C, you know how to write database queries and use OOFILE. It consists of:
- A family of database backend.
- Consistent database API designed for ease of use.
- Report-writer for Mac & Windows, including XML, RTF and HTML output.
- Graphing for Mac & Windows.
- UI interface classes integrating with PowerPlant and MFC.
- Utility classes for string handling, cross-platform directory handling and file iteration and more.
The OOFILE database API was the first such developed using usability techniques from the field of user interface design. It was explicitly aimed at getting c++ developers with little or no database experience up and running quickly, without compromising power or extensibility.
Whilst OOFILE pays some homage to the ODMG model, it was designed more to fit with the database model of people with some traditional dBase or ISAM record-oriented experience. Thus the terms like dbTable and dbField were used. Download OOFILE SDK or see all OOFILE classes in the reference manual.
