User profile: mikef

User info
User name:mikef
History
Joined:
Number of posts:13
Latest posts:

No clue
It's because in the info function you put int first, string second and double third. It needs to be ...

help with my code
Move this at the end, before }while. [code] cout << "Pay rate: $ " << setw(2) << payRate << " Pay A...

Struggling with a beginners homework assignment if anyone can help!
When you reply, on your right there are two <>. Click that and paste your code in between. [code] #...

Help Needed With Loops
I had a hard time with loops also, so here you go. Try the last one yourself (no.4). [code] #includ...

Loop prints only the first vector element
That's right keskiverto, I thought the loop did vec[0]. The thing is I can't distinguish C from C++...