Hey,
So, my understanding of header files so far are that they're basically code that can be used by multiple .cpp files.
But if you have a prototype in a file.h that's declared in a file.cpp that includes file.h, and then FILE.cpp includes file.h, does FILE.cpp have access to the function defined in file.cpp?