A simple console-based C++ project simulating basic operations of a library system using Object-Oriented Programming concepts.
- Add books with title, author, and ISBN
- Borrow and return books with availability checks
- Print book status after each operation
- Demonstrates encapsulation and class usage in C++
- Language: C++
- Environment: Console (CLI)
. βββ lect1.cpp # Main C++ file with the simulation logic βββ output/ # Optional folder for program output or test files
markdown Copy Edit
- Classes & Objects
- Constructors
- Access Specifiers (private/public)
- Methods and State Management
Saurabh Singh β second-year student at IIIT Bhagalpur
Inspired by real-world systems & passionate about building impactful projects.
g++ lect1.cpp -o library