Simulation of common banking transactions. This project is based of the C#101 tutorials on .NET series and Learning C# by Joe Marini on LinkedIn learning
clone the repository and in your terminal do the following command
git clone https://github.com/aniekanBane/bank-simulation.gitCreate build directory
mkdir build && cd buildBuild Cmake with BUILD_TESTS OFF (download boost to use enable testing)
cmake ../cpp -DBUILD_TESTS=OFF && cmake --buildFinally run the program
./Bank-CPPdotnet run --project csharp/BankOr use vscode, you can clone it from there and run the program easier
Images are from the csharp version
- The start page
- Account selection
- Operations page
- Example choice (List of Transactions)



