/banking-system-with-file-handling

A Final Project in Computer Programming 2

Primary LanguageCMIT LicenseMIT

Baking System With File Handling

A final requirement for the Computer Programming 2 course during my final term as a freshman at PUP, Manila

This project uses .txt file and binary .dat file as databases.

Preview

Bank System with File Handling

Features

  • Login System
  • Add Account
  • Edit Account
  • Withdraw Money
  • Deposit Money
  • Account Deletion
  • Database Oriented System

Run Locally

Clone the project

  git clone https://github.com/markcalendario/banking-system-with-file-handling.git

Go to the project directory

  cd banking-system-with-file-handling.git

Run the executable file

// Note: 
// .exe files may close immediately after the execution, add getch() in order to see final statements.

Or

  // Open code editor or any IDE for C
  // compile and run

Developers and Contributors

This project is created by the following developers:

Documentation

Powerpoint Presentation

Project Lead

Logic and Algorithms

Program Design

Bugs and Issues Manager

Logic

Program Design

UI Manager

Database Admin

Quality Tester

All Rights Reserved

© Developers and Contributors

No part of this code may be reproduced, distributed, or transmitted in any form or by any means without the prior written permission of the copyright owners indicated in this file.