Skip to content

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

Notifications You must be signed in to change notification settings

goldigd05/Library-Management-System-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 

Repository files navigation

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
  1. Open the code in any C++ IDE
  2. Compile & run the program
  3. Use the menu to interact with the system

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages