-
Notifications
You must be signed in to change notification settings - Fork 1
Home
GigaCodeGojo edited this page Sep 25, 2023
·
1 revision
This wiki provides additional information about the Banking System project.
The Banking System project is a simple C++ program that simulates basic banking operations.
To use the Banking System program, follow these steps:
- Clone the repository to your local machine.
- Compile the program.
- Run the executable.
- Follow on-screen instructions to interact with the banking system.
You can compile the program using g++:
g++ main.cpp -o banking_system