For my final project in my course on C++, I created a program that allows the user to create and maintain a library database. In addition to retaining book information provided by the user, the database is able to: - Add new book information to its record (including titles, authors, genre, dates of publication, and checkout status) - Search the database by title, author name, or genre - Modify existing book entries (for any of the available parameters) - Delete existing book entries
C++, Database Management, Read/Write Functionality
*Click image for link to source code*