A simple C++ project to manage a library's books, allowing users to add, view, search, issue, and return books.
- Add new books to the library.
- View all available books.
- Search for books by title.
- Issue and return books.
- A C++ compiler (e.g., GCC, MinGW).
- Code::Blocks IDE (or any other C++ IDE).