On Mon, Apr 5, 2010 at 10:28 PM, Jim Sander <[email protected]> wrote:
> Is there a handy C code reference or examples for db files? (google has not > been kind to me) I have a tied hash from Perl using DB_File, and need read > only access in a C program. > You mean a reference... like this? http://www.oracle.com/technology/documentation/berkeley-db/db/index.html There are C, C++ and other bindings for the Berkeley DB, each of which comes with some examples. Use the bindings you feel most comfortable with. -cpghost. -- Cordula's Web. http://www.cordula.ws/ _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
