Online Library System
A C++ library System for managing books, users, and their interactions with a rating system.
Features
Book & BookList Classes
Add, search, and delete books
Rate books (0-5 scale)
Track average ratings
Display book information
Handle book authors (linked to User system)
User & UserList classes
Add, search, and delete users
User authentication system (email/password)
Track user information (name, age, ID)
Display user information
Advanced Functionality
Dynamic lists with expandable capacity
Operator overloading for intuitive object interactions
Copy constructors for safe object duplication
Comprehensive input/output operations