I am working on a project involving directory structure and in each directory I have interdependent files with one file having the main function.I have three such directories.I am using a "make" file to compile all of them and come up with an .exe
My question is
1. Is it okey to do so?
2. Will the compiler understand what I am trying to do
3. If so what is the explanation for compiler not getting confused.
My question is
1. Is it okey to do so?
2. Will the compiler understand what I am trying to do
3. If so what is the explanation for compiler not getting confused.