c++ and sqlite

Can someone please help me understand how to integrate this. I want to write a simple console program in c++. I want to simply create a db and read from it. I am confused because all the tutorials are done in c, for example http://www.tutorialspoint.com/sqlite/sqlite_c_cpp.htm . Can someone guide me in the right direction or show me a tutorial that is in c++. I can not find one. Thanks
Most C code ia valid C++ too, so what's wrong with using C API exposed by sqlite directly ?
Topic archived. No new replies allowed.