This is a simple Library Management System using C++ and OOP. It simulates a mini library where users can: Add books Display all books Search for a book Exit ๐ Library Management System in C++ ๐ Description A simple console-based Library System where users can:
- Add new books
- Display list of books
- Search a book by title โ Features
- Dynamic book storage using vector
- Book search by title
- OOP-based structure ๐ ๏ธ Tech Stack
- C++ Programming
- Classes & Objects
- Vectors ๐ง Concepts Used
- OOP (Class, Object)
- Vector (STL)
- Function modularity
- String & Input Handling ๐ How to Run
- Open the code in any C++ IDE
- Compile & run the program
- Use the menu to interact with the system