https://github.com/ibrahimelmokhtar/librarysystem
Keep track of whom borrowed books
https://github.com/ibrahimelmokhtar/librarysystem
college-project console-application cpp oop
Last synced: 11 months ago
JSON representation
Keep track of whom borrowed books
- Host: GitHub
- URL: https://github.com/ibrahimelmokhtar/librarysystem
- Owner: ibrahimelmokhtar
- Created: 2020-10-03T01:38:17.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T01:06:17.000Z (over 5 years ago)
- Last Synced: 2025-06-07T11:03:19.410Z (about 1 year ago)
- Topics: college-project, console-application, cpp, oop
- Language: C++
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LibrarySystem
A console application where you can edit books, library members and borrowers. It has basic functionalities: add item, search item, display item or display full list.
This application was originally developed in **2015-2016** during a college course.
## What I learnt
* Object Oriented Programming (OOP) concepts
* Create a seamless user experience
* Estimate all possible scenarios during design
* Read/Write data within binary files