| | |
Banking Project Help
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Sep 2007
Posts: 10
Reputation:
Solved Threads: 1
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...
>>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.
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.
![]() |
Similar Threads
- making a banking project (VB.NET)
- can any one send me a jsp source code of an e-banking project (JSP)
- can any one send me a jsp source code of an e-banking project (JSP)
- Programming mania (Community Introductions)
- project on the banking sector using .Net (VB.NET)
Other Threads in the C++ Forum
- Previous Thread: regarding djgpp !!!
- Next Thread: need help with my code
| Thread Tools | Search this Thread |
api application array arrays based beginner binary bitmap c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete deploy developer dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator getline graph homeworkhelper iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multidimensional multiple newbie news node number numbertoword output parameter pointer problem program programming project proxy python random read recursion recursive reference rpg simple sorting string strings template text tree url variable vector video visual visualstudio win32 windows winsock word wordfrequency wxwidgets






