An mini project for C language demonstrating the bank management system. I made it using C in JAN 2018 for PCI (Programming In C language(22226)) at Amrutvahini Polytechnic.
This project relies on File handling for its functionality. Does not impelements Database
-
Admin Login
Admin username :
ADMINAdmin Password :
MICROPRJCT- Create User
- Delete User
- View User Log
-
Staff Login
- Create New Acccount
- Cash Deposit
- Cash Withdrawl
- Fund Transfer
- Account Information
- Transcation Information
-
Staff login users
USER ID USERNAME PASSWORD U01 SWAPNIL !SWAPNIL123 U02 DOMNIC !DOMNIC123 U03 JADEN !JADEN123 U04 JOHN !JOHN123 U06 WILL !WILL123 U08 SHIVA !SHIVA123
-
git clone https://github.com/swapnillondhe24/Bank_management cd Bank_management gcc bnkmgt.c ./a.out
have not tested this code to run on Linux system may need changes
-
git clone https://github.com/swapnillondhe24/Bank_management cd Bank_management
This project was entirely build using Dev-C++ IDE
- bnkmgt.c
This includes all the C Code.
- LOG.DAT
This DAT file is used to Store all the logs data which includes Account opening ,Account closing , Modifications in Account , Fund Transfer, etc. and is accessed in the Staff login
- TRANSACTION.DAT
This DAT file is used to Store all the transactional logs and is accessed in the Staff login
- ACCOUNT.DAT
This DAT file is used to Store all the Account Details. Account created by staff members logs and is accessed in the Staff login
- USER.DAT
This DAT file contains User ID , Username , Password of all the user created by admin. these details are of staff login.
welcome screen one
welcome screen two
Admin of staff login selection
Admin Panel
Staff User Creation
Staff Panel
Account Information