I\'m trying to get started with the C++ API for SQLite.
#include #include using namespace std; int main() { sqlite3
Either link your program to lib g++ yourProgram.c -lsqlite3 in command line or in Open IDE -> project -> properties -> locate lib file for sqlite3 .