'chetanasprojects.com' is a educational content website dedicated to finding and realizing Final Year Projects, IEEE Projects, Engineering Projects, Science Fair Projects, Project Topics, Project Ideas, Major Projects, Mini Projects, Paper Presentations, Presentation Topics, IEEE Topics, .Net Projects, Java Projects, PHP Projects, VB Projects, SQL Projects, C & DS Projects, C++ Projects, Perl Projects, ASP Projects, Delphi Projects, HTML Projects, Cold Fusion Projects, Java Script Projects, Btech Projects, BE Projects, MCA Projects, Mtech Projects, MBA Projects, Project on Software, CBSE Projects, Testing Projects, Embedded Projects, Chemistry Projects, Electronics Projects, Electrical Projects, Science Projects, Mechanical Projects, Mba project Reports, Placement papers, Sample Resumes, Entrance Exams, Technical Faq's, Puzzles, etc
more number of projects?
Everything on this site is submitted by the student and professional community, here you can find morethan 1000 projects on different technologies, if u want to get more projects please visit our sister sites
Description: This code is a database which holds records for bank account records.
It is not a simulation of what you would see at an ATM machine but it would be a simulation of a bank administrator.
You have the capability of entering records such as Checking or Saving.
You also have the capability of deleting, archiving, and reloading records which 1.0 did not have. You have the option(s) to withdrawal X amount, or deposit X amount in the specified bank account. There are a lot of features I added that were really not necessary but the purpose is to "teach" new features to people (students) who wish to learn certain features of C++.
The main point of this program is to allow the user to grasp some advanced concepts of C++.
This will be the final version of the Bank Account.
I have made a few optimizations and tweaked the program. Enjoy!
THIS CLASS CONTAINS FUNCTIONS RELATED TO DRAW BOX ETC.
THIS CLASS CONTROL ALL THE FUNCTIONS IN THE MENU
THIS CLASS CONTAINS FUNCTIONS RELATED TO INITIAL DEPOSIT
THIS CLASS CONTAINS FUNCTIONS RELATED TO TRANSACTIONS
FUNCTION TO DRAW HORIZONTAL LINE
FUNCTION TO DRAW VERTICAL LINE
FUNCTION TO DRAW BOX LINE
FUNCTION TO DISPLAY MAIN MENU AND CALL OTHER FUNCTIONS
FUNCTION TO DISPLAY EDIT MENU AND CALL OTHER FUNCTIONS
FUNCTION TO DISPLAY HELP ABOUT PROJECT
THIS FUNCTION RETURN LAST ACCOUNT NO. IN THE FILE
THIS FUNCTION RETURN RECORD NO. OF THE GIVEN ACCOUNT NO.
THIS FUNCTION DISPLAY THE ACCOUNT FOR GIVEN ACCOUNT NO.
THIS FUNCTION RETURN NAME FOR THE GIVEN ACCOUNT NO.
THIS FUNCTION RETURN ADDRESS FOR THE GIVEN ACCOUNT NO.
THIS FUNCTION RETURN BALANCE FOR THE GIVEN ACCOUNT NO.
THIS FUNCTION RETURN 1 IF THE GIVEN ACCOUNT NO. FOUND
THIS FUNCTION DRAWS THE BOX FOR THE LIST OF ACCOUNTS
THIS FUNCTION DISPLAYS THE LIST OF ACCOUNTS IN FILE