This program in not completed. I am creating a large program in order to calculate a company's weekly payroll. For now I am filling in the separate functions piece by piece before the rest of the program is completed.
Right now I am trying to use separate functions to call other functions. I need to ask the user for the file name and then open the file.
I am getting error messages that the functions I am calling "NameTheFile" and "OpenTheFile" are not declared in the scope.
I'm searching everywhere and as far as I can see I'm declaring them correctly.