0% found this document useful (0 votes)
73 views14 pages

Mini Project (21ismp67)

Uploaded by

mdasfahan07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
73 views14 pages

Mini Project (21ismp67)

Uploaded by

mdasfahan07
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 14

MINI PROJECT(21ISMP67).

TITLE: BANK MANAGEMENT


SYSTEM.

BY:
1:JAGJEETH KAUR(3GN21IS013)
2:MD.ISMAIL(3GN20IS024)
3:MD.SOHAIL AKTHAR(3GN20IS028)
4:AMAAN SAQUIB(3GN21IS002). .UNDER THE
GUIDANCE OF :

PROF.SHRUTI PATIL.
1. CONTENTS.
2. SYSTEM ANALYSIS.
3.REQUIREMENT SPECIFICATION .
4.SYSTEM DESIGN .
5.SYSTEM IMPLEMENTATION.
6.CONCLUSION.
ABOUT THE
SOFTWARE.
DEV-C++
DEV-C++ IS A FREE FULL-FEATURED
INTEGRATED DEVELOPMENT ENVIRONMENT
(IDE) DISTRIBUTED UNDER THE GNU
GENERAL PUBLIC LICENSE FOR
PROGRAMMING IN C AND C++. IT WAS
ORIGINALLY DEVELOPED BY COLIN LAPLACE
AND WAS FIRST RELEASED IN 1998.
HEADER FILES.
• C++ code files (with a .cpp extension) are not
the only files commonly seen in C++
programs. The other type of file is called a
header file. Header files usually have a .h
extension, but you will occasionally see them
with a .hpp extension or no extension at all.
The primary purpose of a header file is to
propagate declarations to code (.cpp) files.

HEADER FILES USED.


• #INCLUDE<IOSTREAM>
• #INCLUDE<FSTREAM>
• #INCLUDE<CCTYPE>
• #INCLUDE<IOMANIP>
4
INTRODUCTION
FUNCTION .
• BUILT-IN FUNCTIONS.
WRITE FUNCTIONS. Built-in functions are also called library
functions. These are the functions that are
Types Of Functions In C++ provided by C++ and we need not write them
ourselves. We can directly use these functions in
In C++, we have two types of functions as our code.
shown below.
These functions are placed in the header files of
C++. For Example, <cmath>, <string> are the
headers that have in-built math functions and
string functions respectively.

• USER DEFINED FGUNCTION.


C++ also allows its users to define their own
functions. These are the user-defined functions.
We can define the functions anywhere in the
program and then call these functions from any
part of the code. Just like variables, it should be
declared before using, functions also need to be
declared before they are called. 6
FUNCTION DECLARATION .
A function declaration tells the compiler about the
return type of function, the number of parameters used
by the function and its data types. Including the names
of the parameters in the function, the declaration is
optional. The function declaration is also called as a
function prototype.
THE MAIN FUNCTION OF THE PROGRAM.
OUTPUT

8
FUNCTION TO DEPOSITE AND WITHDRAW
AMOUNTS.

9
FUNCTION TO MODIFY RECORD OF FILE.
OUTPUT:

10
FUNCTION TO DELETE A ACCOUNT .
o In C++, the delete operator is used to destroy dynamically
allocated objects created with the new operator. It can be used
in two ways: either by using the delete operator or the delete[]
operator. When you use delete, it first calls the appropriate
destructor (for class types) and then deallocates the memory.

11
DISPLAYING THE ACCOUNT’S LIST.
ACCOUNT NO. ACOOUNT HOLDER NAME ACCOUNT TYPE BALANCE
12345 JASSI CURRENT 1093
23245 ISMAIL SAVINGS 1342

12
CONCLUSION .
FOLLOWING IS THE BRIEF DESCRIPTION OF THE MINI PROJECT “BANK MANAGEMENT SYSTEM ”
DONE BY GROUP OF STUDENTS, ISE DEPARTMENT . WHICH IS THE OUTCOME OF GUIDANCE,
MORAL SUPPORT AND DEVOTION BESTOWED ON US THROUGHOUT OUR WORK. FOR THIS WE
ACKNOWLEDGE AND EXPRESS OUR PROFOUND SENSE OF GRATITUDE AND THANKS TO
EVERYBODY WHO HAVE BEEN A SOURCE OF INSPIRATION DURING THE PROJECT WORK.
I WOULD TAKE THIS OPPORTUNITY TO ACKNOWLEDGE OUR GUIDE PROF. SHRUTI PATIL, WHO
NOT ONLY STOOD BY US AS A SOURCE OF INSPIRATION, BUT ALSO DEDICATED HIS TIME TO
ENABLE US TO PRESENT THE MINI PROJECT ON TIME.
BY:
• JAGJEETH KAUR(3GN21IS013)
• MD.ISMAIL(3GN20IS024)
• MD.SOHAIL AKTHAR(3GN20IS028)
• AMAAN SAQUIB(3GN21IS002) UNDER THE GUIDENCE OF
PROF.SHRUTI PATIL.
thank you.

You might also like