I need help debugging these files. I got help from someone on Chegg on a assignment and they not responding anymore. The file doesn't run because it says on compiler that there are undefined symbols, but I included the required .h files in the module.cpp file (main program).
Maybe it would have been better to learn the material instead of cheating off Chegg.
Regardless, tell us the exact, full error messages you get, with file/line numbers, so we don't have to hunt them down ourselves.
Edit: I didn't see that you had an 'error.png' because you put in a link you called 'Assignment'.
Yes, as salem c mentioned, you are currently only attempting to compile module.cpp. There are other .cpp files you need to compile and then link.
I tried doing the g++ *.cpp method of compiling.
It doesn't show any error messages when I do that, but how do I run the program after performing that command on Terminal?
@salem c
The issue is that when I try ./a.out or ./module, it says:
"error while opening file: No such file or directory" or "-bash: ./module: No such file or directory"
All your 'helper' did was act as a google copy/paste bot to feed you the result of a search.
> I got help from someone on Chegg on a assignment and they not responding anymore.
Because they don't know any more than how to google and fool you with a plausible answer.