Skip to content
willywood edited this page Aug 1, 2017 · 7 revisions

ObjectFile Object Oriented Persistence for C++ Applications

ObjectFile was developed in order to satisfy the need for object persistence within application programs. This need is often far removed from that of a full blown OODBMS system. For many applications a full OODBMS would be a burden, both to application performance and to the development process. ObjectFile is designed to be just another set of classes in your application. It has no pre-compiler and no binaries to link with. This makes it easy to integrate into your development environment.

OFILEMAN.pdf contains full documentation.

Clone this wiki locally