payroll calculatorGot it working Thanks for your help.
payroll calculatorAlright, all fixed. One error that has me completely baffled. I have never seen this error. error L...
payroll calculatordoes this look right? [code]#include <iostream> #include <iomanip> using namespace std; const do...
payroll calculatorSo what your saying is I need to define them on the top as well as in the functions?
payroll calculatorAlright that makes a lot more sense. But with what I did is I removed the void in front and I'm gett...