Book Store Management is a simple terminal-based application built using C++. It was developed for practicing basic file handling, functions, and control structures in C++.
- C++
- File I/O (Text file-based persistence)
This project simulates a basic Book Store Management System to demonstrate CRUD operations in a console-based environment, focusing on C++ programming fundamentals.
- 📘 Add a new book
- ✏️ Edit existing book details
- 🔍 Search books by title or ID
- 🗃️ Display all books
- ❌ Delete a book from the system
- 💾 Persistent storage using text files