https://github.com/abhiramborige/library_management-cpp
Library Management Portal.
https://github.com/abhiramborige/library_management-cpp
array-manipulations cpp filehandling hacktoberfest library library-database library-management library-management-system library-management-system-cpp management-system modularization object-oriented-programming oops-in-cpp regular-expressions string-manipulation
Last synced: 2 months ago
JSON representation
Library Management Portal.
- Host: GitHub
- URL: https://github.com/abhiramborige/library_management-cpp
- Owner: Abhiramborige
- Created: 2020-02-26T18:09:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T13:28:47.000Z (over 3 years ago)
- Last Synced: 2025-03-27T22:51:09.328Z (3 months ago)
- Topics: array-manipulations, cpp, filehandling, hacktoberfest, library, library-database, library-management, library-management-system, library-management-system-cpp, management-system, modularization, object-oriented-programming, oops-in-cpp, regular-expressions, string-manipulation
- Language: C++
- Homepage: https://borigeabhiram.gitlab.io/productlander/
- Size: 14.6 KB
- Stars: 5
- Watchers: 0
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Library Management System In Pure C++
## This is project purely base on Object Oriented programming in C++.### This project is just the sample working of Librabry Management system performs the tasks given below:
* --> Takes username and password by user if not registered and store in file base.
* --> Check for username and respective password from the file base, if user is about to log in.
* --> Add a student to the library membership.
* --> Stores the details of Student name, ID, Books issued and data issued.
* --> Asks for books to be issued and removes books which were returned to library again.
* --> Gives notification whether the checked out book has enough time to get to original place.
* --> Displays all the details of all students, which is only far away from pressing "Enter"!
* --> Displays the login credentials after logging in.
* --> Change the password for particular Username if user wanted to.
* --> Exit from the portal anytime.### My project uses:
* Object-Oriented programming
* File handling
* Regular Expressions
* Array handling
* Time module
* Modular Approach in programming### Hope it helps :smile::smiley: