Forum: C++ Oct 14th, 2007 |
| Replies: 7 Views: 566 I wonder if I'm getting all zeros since all of my pay variables are set equal to zero. I did that so I wouldn't get an uninitialized variable error. |
Forum: C++ Oct 14th, 2007 |
| Replies: 7 Views: 566 Still all zeros....I swear this is the assignment from hell. I put the & operator in Line 126 but then i got errors for overloaded function. So I put the & operator in the function before main. Still... |
Forum: C++ Oct 14th, 2007 |
| Replies: 7 Views: 566 Here's my code now. For some reason I'm still getting zeros even though I added more parameters to ComputeHourlyPay function.
//Name: Nick Auffarth
//Class: CS 140 Section 003
//Assignment:... |
Forum: C++ Oct 13th, 2007 |
| Replies: 7 Views: 566 Ok I see, thanks for that. Also thanks for correcting my code tags.
For some reason though when I input the hoursWorked and hourlyPay my out put is all $0.00. Why is that I can't seem to figure it... |
Forum: C++ Oct 13th, 2007 |
| Replies: 7 Views: 566 I think that the only function that needs fixing is my ComputeHourlyPay function. Could somebody take a look and help me out here.
//Name: Nick Auffarth
//Class: CS 140 Section 003... |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 Its pretty much unchanged as the first code i posted. I am completely lost, and I'm at wits end. |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 I still get the same numbers. |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 I don;t know but I'll try it see if that works. |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 Yeah I want the program to roll the dice once for each player, show the result of the row, dispalys x's in a column that corresponds with the number rolled. I need to keep doing this until one of... |
Forum: C++ Sep 24th, 2007 |
| Replies: 13 Views: 1,014 Ok so my first thread got deleted, due to spam. However, I still need help with my program. So here's my program description.
Electronic submission: You are to electronically submit your... |