On 13 Jun 2012, at 12:21pm, "Arbol One" <[email protected]> wrote:

> Anyone knows where I can find some examples of how C++ interfaces with 
> SQLite? I just need to see some code that is functional and not just some 
> snips of how it maybe-should-possibly work.

The code at the bottom of this page works, and does include all the 
error-trapping that should be done:

<http://www.sqlite.org/quickstart.html>

It's C and doesn't use any C++ features, but that is how you use the C/C++ API.

Simon.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to