A Banking project C language

A Banking project C language
Description : Online banking (or Internet banking) allows customers to conduct financial transactions on a secure website operated by their retail or virtual bank, credit union or building society. Online banking solutions have many features and capabilities in common, but traditionally also have some that are application specific. The common features fall broadly into several categories..
> Transactional (e.g., performing a financial transaction such as an account to account transfer, paying a bill, wire transfer, apply for a loan, new account, etc.)
o Payments to third parties, including bill payments and telegraphic/wire transfers
o Funds transfers between a customer's own transactional account and savings account
o Investment purchase or sale
o Loan applications and transactions, such as repayments of enrollments
> Non-transactional (e.g., online statements, cheque links, cobrowsing, chat)
o Viewing recent transactions
o Downloading bank statements, for example in PDF format
o Viewing images of paid cheques
> Financial Institution Administration > Management of multiple users having varying levels of authority > Transaction approval process
Features commonly unique to Internet banking include
> Personal financial management support, such as importing data into personal accounting software. Some online banking platforms support account aggregation to allow the customers to monitor all of their accounts in one place whether they are with their main bank or with other institutions. C is one of the most popular programming languages of all time and there are very few computer architectures for which a C compiler does not exist. C has greatly influenced many other popular programming languages, most notably C++, which began as an extension to C.
C is an imperative systems implementation language. It was designed to be compiled using a relatively straightforward compiler, to provide low-level access to memory, to provide language constructs that map efficiently to machine instructions, and to require minimal run-time support. C was therefore useful for many applications that had formerly been coded in assembly language.
Despite its low-level capabilities, the language was designed to encourage cross-platform programming. A standards-compliant and portably written C program can be compiled for a very wide variety of computer platforms and operating systems with few changes to its source code. The language has become available on a very wide range of platforms, from embedded microcontrollers to supercomputers.
Technology: System,C#.NET
View Abstract: download abstract and code in link below
Download

Share:

Popular Posts

Pick project