No description
- C++ 96%
- CMake 2.9%
- Lua 0.5%
- PowerShell 0.5%
- Ruby 0.1%
| lib | ||
| plan | ||
| src | ||
| CMakeLists.txt | ||
| README | ||
== Current plans ==
// DONE 1. Implement a bank XML entry that allows any account to withdraw & deposit money
(Ensure that the user CANNOT go into the minus in any cases.)
// DONE 2. Write a function for the XMLStorage class that will append any changes done to the users.xml file.
== Future plans ==
1. Create another program that is compiled alongside the ATM program.
This program will allow for the creation of new users, deletion of users, editing of money, changing of pin.
(For the start, simply allow changing the pin & money.)
This program will be terminal-only.