Programming in C++ (SQLite Databases)
This post describes working with a SQLite database. SQLite is my favorite Database Management System (DBMS) because it is powerful and easy to add to any program. This post assumes that you are famili...