C/C++ Data Object Library
  • Reliable workhorse (500 companies, 6 years).
    Uses a code generator (not a preprocessor).
  • Three methods of automatic persistence: ASCII, binary, and memory blasting.
  • All essential data structures: collections, lists, aggregates, trees, graphs, many-to-many, dyn. array, hash table, disk paging, reference counter, Lisp-like property, free lists, heap, queues, ...
  • Available in C and C++ (C++ usually preferred today).

    For more information click on Data Object Library (orgC++)