I am getting a LNK2019 unresolved external symbol saying totalAmount(void) and employeeName(void) referenced in function_main. In short it isn't compiling and any reference to something to read that would guide me would be appreciated. Also if you wanted to know if you haven't noticed it's just outputting data from a file under the hoursWorked hourlyRate etc.
... also
when you protype you must you must include data types that match the header of the func def(names are optional in protos')
but to "overlaod" (not overwrite, in classes you can "override" but that is through polymorhism which is entirely different), you must prototype and define each overlaoded version of any function
//example w/ minimal prototype (again names in protos are opt.)
//prototype