Re: [sqlite] C++ struct declarations

2010-07-20 Thread Pavel Ivanov
Is there a working (with C++) sqlite3.h equivalent available somewhere, or do I need to hack on it? A lot of people on this list including me use sqlite3.h in their C++ applications and don't see any problems compiling that as is. So you should look at how you use that header and/or how you

[sqlite] C++ struct declarations

2010-07-19 Thread Christopher Vance
I've just started playing with SQLite on MacOS, Linux and OpenBSD, with the intent of compiling on Windows too. Using C, I think I'm getting the hang of it. Things compile fine, and seem to work. I've just tried using sqlite3.h (from the 3.6.23.1 amalgamation) with C++ and find that it contains