Published on Linux Journal (http://www.linuxjournal.com)
Resources for Simple Access Berkeley DB Using STLdb4
By Ben Martin
Created 2007-01-01 02:00

Your rating: None

STLdb4 Download: sourceforge.net/project/showfiles.php?group_id=16036&package_id=81863 [1]

STLdb4 Release Announcements: freshmeat.net/projects/libstldb4 [2]

Modern C++ Design: erdani.org/book/main.html [3]

The Berkeley DB Home Page: www.oracle.com/technology/products/berkeley-db/db/index.html [4]

Db::get API: www.oracle.com/technology/documentation/berkeley-db/db/api_cxx/db_get.html [5]

Berkeley DB Concurrent Data Store Applications: www.oracle.com/technology/documentation/berkeley-db/db/ref/cam/intro.html [6]

Resource Acquisition Is Initialization: en.wikipedia.org/wiki/Resource_acquisition_is_initialization [7]

Boost Home Page: boost.org/libs/libraries.htm [8]

__________________________

Source URL: http://www.linuxjournal.com/article/9512

Links:
[1] http://sourceforge.net/project/showfiles.php?group_id=16036&package_id=81863
[2] http://freshmeat.net/projects/libstldb4
[3] http://erdani.org/book/main.html
[4] http://www.oracle.com/technology/products/berkeley-db/db/index.html
[5] http://www.oracle.com/technology/documentation/berkeley-db/db/api_cxx/db_get.html
[6] http://www.oracle.com/technology/documentation/berkeley-db/db/ref/cam/intro.html
[7] http://en.wikipedia.org/wiki/Resource_acquisition_is_initialization
[8] http://boost.org/libs/libraries.htm