Skip to content

feat: implement Library Management System in C++ using OOP principles#29

Merged
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
Satvik-Singh192:feature/library-management-system
Oct 27, 2025
Merged

feat: implement Library Management System in C++ using OOP principles#29
prajwal3114 merged 1 commit intoOPCODE-Open-Spring-Fest:mainfrom
Satvik-Singh192:feature/library-management-system

Conversation

@Satvik-Singh192
Copy link
Copy Markdown
Contributor

Description

Implemented a complete Library Management System in C++ using Object-Oriented Programming (OOP) principles.
The system allows managing books, members, and transactions such as issuing and returning books.
Core functionality includes adding, updating, deleting, and displaying books and members with proper input validation and error handling.
Code is modular and divided into main.cpp, LibraryManagement.cpp, and LibraryManagement.h.

Semver Changes

  • Patch (bug fix, no new features)
  • Minor (new features, no breaking changes)
  • Major (breaking changes)

Issues

Closes #14 — [Feature]: Implement C++ Library Management System

Checklist

@Satvik-Singh192
Copy link
Copy Markdown
Contributor Author

@prajwal3114 please review my pr sir

@prajwal3114 prajwal3114 merged commit 2158871 into OPCODE-Open-Spring-Fest:main Oct 27, 2025
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Implement C++ Library Management System

2 participants