Skip to content
GigaCodeGojo edited this page Sep 25, 2023 · 1 revision

Welcome to the Banking System Wiki

This wiki provides additional information about the Banking System project.

Table of Contents

Introduction

The Banking System project is a simple C++ program that simulates basic banking operations.

Usage

To use the Banking System program, follow these steps:

  1. Clone the repository to your local machine.
  2. Compile the program.
  3. Run the executable.
  4. Follow on-screen instructions to interact with the banking system.

Compilation

You can compile the program using g++:

g++ main.cpp -o banking_system