Description: This exercise used to practice a large-scale program is divided into several source code files. Program functions as follows: choose the money to the bank s fixed deposit account or take gambling. Program has been partially completed, but you need to write the missing header files and complete bank.c and used to display the main menu selection function.
Wallet contents of the file with the function walletPrintBalance and walletPay to achieve. In order to facilitate the classification code and operation requirements of the parameters are defined as the wallet Wallet type (Hint: Use typedef), Wallet is really just another name for double-precision type, the parameter should contain the amount of money (in euros). In order to compile, you must wallet.h file contains the following statement:
typedef double Wallet
In the main program will initialize the wallet for the 100
To Search:
File list (Check if you may need any files):
bank.c
bank.h
gamble.c
gamble.h
main.c
util.c
util.h
wallet.c
wallet.h