Skip to content

Code created in C with pointers to simulate a Bank System, using threatened lists

Notifications You must be signed in to change notification settings

KaikeWesleyReis/bank-system-with-dynamic-lists

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank System based on Threatened Lists in C

Overview: This code was created to improve my knowledge in data structure, pointers and code encapsulation. The architecture for this is demonstrated below:

Blank Diagram

In words, there is a AGENCY LIST where each agency has a CLIENT LIST where each client could have two types of ACCOUNT and each account could have a OPERATION LIST made by the user as withdrawal, extract and transfer. All this is based on dynamic list, meaning that is possible to delete a client or a agency and keep the list functional.

HOW TO RUN THE PROGRAM

  • This code is based on a txt file input. Use ex.txt as example to understand more the implementation, is pretty simple.
  • For a first execution, run the .exe file called bankProgram available in this repository and then write ex.txt

SOME NOTES

  • First I developed this code using Dev-C++ and after using VS Code. So I tried to keep this code more generic as possible.
  • This code was initially created in portuguese-br language, but I manage to change the commentaries to english.
  • the ex.txt when you run show some errors. This NORMAL, it was developed to analyzed how the code response to unusual situations.

About

Code created in C with pointers to simulate a Bank System, using threatened lists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages