944,066 Members | Top Members by Rank

Ad:
  • C++ Discussion Thread
  • Unsolved
  • Views: 4587
  • C++ RSS
Sep 24th, 2007
0

Banking Project Help

Expand Post »


hi all.


Please help me ....

Currently im working wid a bank project in .net....... !!!

so please reply me wid .. the basic thing that are needed for developing a project like that.

please reply me .... !!!

give me sugestions ... regarding the

different acount types
how to connect the different account types to the user
How to do the giving Loan part...


i dnt wont any codes regarding that.. only some advise .... !!

please help...
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
vimalfor5 is offline Offline
10 posts
since Sep 2007
Sep 24th, 2007
0

Re: Banking Project Help

>>different acount types
like checking, savings, loans, mortgages, certificates, etc ?

>>how to connect the different account types to the user
You have that backwards -- connect users to account types. Each user has one or more account types, for example I have a checking account and a savings account. Then given an account type you can find all the users. This is a simple and frequently used type problem in real-life programming, normally database programming, and useful in thousands of situations.

For a simple program like you need to write I think you can do it with linked lists instead of databases, unless of course you are in a database class. Create a linked list for each account type that you want. Then a structure or c++ class that contains all the information for one user that you can attached to that linked list.

>>How to do the giving Loan part
Ask how much money to loan, allocate memory for a new node to be inserted into the linked list mentioned above.
Last edited by Ancient Dragon; Sep 24th, 2007 at 9:56 am.
Sponsor
Team Colleague
Featured Poster
Reputation Points: 5608
Solved Threads: 2282
Retired and Enjoying Life
Ancient Dragon is offline Offline
21,954 posts
since Aug 2005
Sep 25th, 2007
0

Re: Banking Project Help

thnx...!!! for some good adwise...!!!
Reputation Points: 10
Solved Threads: 1
Newbie Poster
vimalfor5 is offline Offline
10 posts
since Sep 2007

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in C++ Forum Timeline: regarding djgpp !!!
Next Thread in C++ Forum Timeline: need help with my code





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC