C++ ResourcePool 0.99.20 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News C++ ResourcePool 0.99.20 (Default branch)
# 1  
Old 04-14-2008
C++ ResourcePool 0.99.20 (Default branch)

Image C++ ResourcePool is a library which can be used to pool resources of every kind. It can also be used as an abstraction layer by providing a unique API for different resources of similar resource types; the most prominent examples are SQL databases. It includes a convenient way to access MySQL and Oracle databases in the same way, so that changing from MySQL to Oracle or vice-versa does not need big code changes. License: GNU General Public License (GPL) Changes:
Some missing #include directives were added to compile properly with GCC 4.3.0. Another minor bug which prevented compilation with GCC 3.2 and 3.3 was also fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question