Thursday, February 5, 2015

Bank Management System 2 Project

Here is a project we developed as mini project in C bank management system; it is complete and totally error-free. This project is focused on customer account services in bank, so it is named Customer Account Bank Management System.
Here, you can create a new account, update information of an existing account, view and manage transactions, check the details of an existing account, remove existing account and view customers’ list.
Overall, with this project, you can perform banking activities like in a REAL bank. Bank management mini project in C is a console application without graphic. It is compiled in Code::Blocks with gcc compiler.
The source code for this project is around 600 lines, so I didn’t want to display the source code here. The source code is password protected (password is codewithc). You can directly download the source code plus application file from the link given at the end.

Functions used in Bank Management System:

Mini Project in C Bank Management System
The source code for Customer Account Bank Management System is relatively easy to understand. But I have divided this C mini project into many functions, most of which are related to different banking activities. Listed below are some of the more important functions which may help you understand the project better.
menu() – This function displays the menu or welcome screen to perform different banking activities mentioned below.
new_acc() – This function creates a new customer account. It asks for some  personal and banking details of the customer such as name, date of birth, citizenship number, address and phone number. You can enter the amount to deposit and choose one type of deposit account – saving, current, fixed for 1 year, fixed for 2 years or fixed for 3 years.
view list() – With this function, you can view the customer’s banking information such as account number, name, address and phone number provided while creating the account.
edit() – This function has been used for changing the address and phone number of a particular customer account.
transact() – With this function, you can deposit and withdraw money to and from a particular customer account
erase() – This function is for deleting a customer account.
see() – This function shows account number, name, date of birth, citizenship number, age, address, phone number, type of account, amount deposited and date of deposit. It also displays the amount of interest corresponding to a particular account type.
In this bank management system project in C, I have used file handling for almost all functions. File has been used to store data related to new account, transaction, editing of account information and viewing of account information. I haven’t used file handling for the menu, interest calculation and password.

Mini Project Output Screenshot:



Share

& Comment

3 comments:

  1. I've proper selected to build a blog, which I hold been deficient to do for a during. Acknowledges for this inform, it's really serviceable! General Contractors in Canada

    ReplyDelete

 

Copyright © 2015 Code Fervor™ is a registered trademark.

Designed by Templateism By Naman Kumar