This is a project made for the subject object oriented programming
- Karan Kanwar (CO21329) @binge-coder on github
- Prince Kumar (CO21348)
- The language used is C++
- This project was made on a Windows 10 machine using (tdm64-1) 10.3.0 compiler.
- Have a c++ compiler
- open terminal in the downloaded folder
- write this in terminal to build an exe file:
g++ atm.cpp -o atm.exe
- then to run program do this in terminal in the same folder:
./atm.exe
- The code has comments wherever needed and the variable names are self explanatory as well. Also, this project uses object oriented approach to solve the problem hence the code is easy to understand for anyone familiar with c++
- code readability has been a focus of ours in developing this project
- Account number : 55555
- PIN : 99999