Skip to content

DevSars24/encapsulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“š Library System Simulation in C++

A simple console-based C++ project simulating basic operations of a library system using Object-Oriented Programming concepts.

πŸš€ Features

  • 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++

🧱 Tech Stack

  • Language: C++
  • Environment: Console (CLI)

πŸ“‚ Project Structure

. β”œβ”€β”€ lect1.cpp # Main C++ file with the simulation logic └── output/ # Optional folder for program output or test files

markdown Copy Edit

🧠 Concepts Practiced

  • Classes & Objects
  • Constructors
  • Access Specifiers (private/public)
  • Methods and State Management

πŸ™‹β€β™‚οΈ Author

Saurabh Singh β€” second-year student at IIIT Bhagalpur
Inspired by real-world systems & passionate about building impactful projects.

πŸ“Œ How to Run

g++ lect1.cpp -o library

About

πŸ‘¨β€πŸ’» Built for learning and practicing C++ object-oriented programming.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages