Giter Site home page Giter Site logo

atm's Introduction

ATM

Simple C++ Implementation of ATM

Build

Please clone this repository and create a C++ project with the source files. This project was originally developed on Xcode 11.7.

User Guide

Step 1

Enter the absolute path to tell the program where to find a data file. An example data.txt is provided.

Step 2

There are 4 levels of menu:

Level 1

Level 1

Level 2: After log in

Level 2: After log in

Level 3: Select an account

Level 3: Select an account

  • Select Cancel will return to level 2.

Level 4: Select an operation

Level 3: Select an operation

  • Select Cancel will return to level 3.

Step 3

When shut down the system (option 3 in level 1), all the user information will be saved in the file of given path. The file is in .txt format for debug convenience. The pattern of the data file is shown below:

Number_of_user
CardNum Card_Number_1
PIN PIN_1
Number_of_account
Account_name_1 Account_balance_1
...
CardNum Card_Number_2
...

atm's People

Contributors

hejin-bill avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.