Skip to content Skip to sidebar Skip to footer

How To Add Sqlite C++ Library To Eclipse (c++ Version)

I need to use SQLite in linux/ubuntu and I want to use sqlite like #include in my project in eclipse, how can i do that? thanks

Solution 1:

This article provides a nice description of how to use sqlite3 in a program on linux even though the author advocates for Postgress over SQLite.


Post a Comment for "How To Add Sqlite C++ Library To Eclipse (c++ Version)"