An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

### Crud OOP Based Console ATM System I implemented in First Year College

![User Interface](demonstrationPhotos/demoOOPCrud.gif)

### `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.