Command-line based ATM Machine to enhance and develop C++ programming skills. Learning goals were to practise the efficient flow of data and the use of global methods.
- The program was executed and developed on
Windows 10 - Visual Studio Code. The program was executed on theVisual Studio Code - Integrated Terminal. - Should be executable on any OS and machine.
- The program utilises the official
C++included libraries ofconio.h,fstream,math.handwindows.h.
- Clone or download the project on your local machine.
C++version 11 required.
- The file to execute the game is
ATMMachine.exe. - Use the following terminal command if
g++installed:
g++ ATMMachine.cpp -o ATMMachine && ATMMachine
Amandeep Singhthe primary developer.
- 0.1 - June 2016
- Program completed
- Completed by
Amandeep Singh


