No description
  • C++ 96%
  • CMake 2.9%
  • Lua 0.5%
  • PowerShell 0.5%
  • Ruby 0.1%
Find a file
2025-05-26 10:36:46 +02:00
lib Done some heavy refactoring for cleaner code. 2025-05-14 11:12:15 +02:00
plan Made project look prettier 2025-04-04 09:19:15 +02:00
src test commit 2025-05-26 10:36:46 +02:00
CMakeLists.txt Done some heavy refactoring for cleaner code. 2025-05-14 11:12:15 +02:00
README Done some heavy refactoring for cleaner code. 2025-05-14 11:12:15 +02:00

== 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.