Skip to content
/ BMS Public

terminal C++ application to manage bank system

Notifications You must be signed in to change notification settings

CSXV/BMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Management System

Screenshot

Terminal C++ program, let users manage a bank system with clients.

NOTE: Tested on Linux only.


How to use

  1. Clone this repo.
  2. Build the project by running Make.sh file.
  3. Run the program, use .\outDebug.

Files

  1. Main file is test.cpp.
  2. Clients.txt: Stores clients data.
  3. Currencies.txt: Stores countries currency data.
  4. LoginRegister.txt: Stores successful logins to the system along with a time stamp.
  5. Users.txt: Stores system users data along with there system permissions and password, increpted with simple cypher.
  6. TransferLog.txt: Stores successful client account transaction, along with a time stamp, and the user who made it.

About

terminal C++ application to manage bank system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages