xmprise / SimpleATMController

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SimpleATMController

It is have four main function:

  • Insert Card,
  • Check PIN number,
  • Select Account
  • Select Balance, Deposit, Withdraw

Build Instructions

In the project directory

mkdir build && cd build
cmake ..
make

How to binary run

./SimpleATMController

How to test

./SimpleATMController_TEST

About


Languages

Language:C++ 96.8%Language:CMake 3.2%