No clueIt's because in the info function you put int first, string second and double third. It needs to be ...
help with my codeMove 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 LoopsI 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 elementThat's right keskiverto, I thought the loop did vec[0]. The thing is I can't distinguish C from C++...