User profile: Myro

User info
User name:Myro
History
Joined:
Number of posts:7
Latest posts:

Adding emp.totpay together
got it [code]double Payroll(incomeInfo employee[], int NUM_EMPS) { double sum = employee[0].totP...

Adding emp.totpay together
i add the void... and they are working.. but [code] getInfo(incomeInfo[], int); compute(incomeInfo...

Adding emp.totpay together
So I'm trying to finish this code up I have one function to complete and that is to add up all the e...

Global Var & multifunction
Thanks coder77 i was able to fix it with that explanation

Global Var & multifunction
any help here would be appreciated still stuck here