
4 Nov
2005
4 Nov
'05
9:01 a.m.
Depending on why you are trying to wrap the mysql API you might like
to look at wrapper libraries for databases that already exist.
There's a list on the (unofficial) Boost wiki (which appears to be
down as I write so I can't insert a link). I use the Database
Template Library (DTL) which is at http://dtemplatelib.sourceforge.net/
Richard
On Thu, 03 Nov 2005 18:14:28 -0000, Filipe Sousa
Hi!
I'm trying to create a wrapper around mysql but I have a problem with shared_ptr. Look at the following code: