Subject Re: [firebird-support] C++ API docs
Author Dan Wilson
On 7/28/2004 at 10:05 AM Kyle Green wrote:

> Hello,
>
> I've been unable to locate the C++ API documentation for FB 1.5. Is this
> available, and or is it part of Helen's new book?
>
> Thanks,
>
> kyle
>

The API that ships with Firebird is C, not C++. If you want to use C++, you might take a look at IBPP (www.ibpp.org). It is a C++ wrapper around the C API and is working very well for me.

HTH,

Dan.