I am attempting to use sqlite3 in a C++ project in Eclipse and have found a great deal of advice online on using the API, but unfortunately am falling at an earlier hurdle. I guess this is due to my lack of experience with C/C++ and CDT. I've simply copied sqlite3.c and sqlite3.h into the project's source folder and have a test method which is as follows:I am attempting to use sqlite3 in a C++ project