https://github.com/inightjar/atm-console
Crud oop console atm system.
https://github.com/inightjar/atm-console
cpp
Last synced: about 1 month ago
JSON representation
Crud oop console atm system.
- Host: GitHub
- URL: https://github.com/inightjar/atm-console
- Owner: iNightjar
- Created: 2022-05-01T15:19:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-16T06:15:11.000Z (over 3 years ago)
- Last Synced: 2025-01-12T05:08:17.542Z (over 1 year ago)
- Topics: cpp
- Language: C++
- Homepage:
- Size: 438 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Crud OOP Based Console ATM System I implemented in First Year College

### `User Interface`
Including the Four Crud Operations : Insert, Report, Update and Delete.
### `Inserting`
UserName, Password and Balance.
### `Reporting`
UserName, Password and Balance For All Users.
### `Updating`
Selecting UserID.
If user is found, you may insert new user data.
### `Deleting`
Selecting UserID.
If user is found, you may delete user data.
### `Wrong User Insertion`
Program will execute with message to the error user.