Banking Project Help

Please support our C++ advertiser: Intel Parallel Studio Home
Reply

Join Date: Sep 2007
Posts: 10
Reputation: vimalfor5 is an unknown quantity at this point 
Solved Threads: 1
vimalfor5 vimalfor5 is offline Offline
Newbie Poster

Banking Project Help

 
0
  #1
Sep 24th, 2007


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...
Reply With Quote Quick reply to this message  
Join Date: Aug 2005
Posts: 15,502
Reputation: Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute Ancient Dragon has a reputation beyond repute 
Solved Threads: 1479
Team Colleague
Featured Poster
Ancient Dragon's Avatar
Ancient Dragon Ancient Dragon is offline Offline
Still Learning

Re: Banking Project Help

 
0
  #2
Sep 24th, 2007
>>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.
Don't PM me with questions -- you might get a nasty PM in response. If you have a question then post it in one of the forums.
Reply With Quote Quick reply to this message  
Join Date: Sep 2007
Posts: 10
Reputation: vimalfor5 is an unknown quantity at this point 
Solved Threads: 1
vimalfor5 vimalfor5 is offline Offline
Newbie Poster

Re: Banking Project Help

 
0
  #3
Sep 25th, 2007
thnx...!!! for some good adwise...!!!
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC