Hi,
I have the following question.
In my C code, I read information from a text file dynamically, which gives me information about another file (which is a header file), its path.
The problem is that I cannot use this header file, since I cannot include it in the declaration, since I have to read the information dynamically.
Is there a way to do that in C?
Thanks in Advance for the help.
I have the following question.
In my C code, I read information from a text file dynamically, which gives me information about another file (which is a header file), its path.
The problem is that I cannot use this header file, since I cannot include it in the declaration, since I have to read the information dynamically.
Is there a way to do that in C?
Thanks in Advance for the help.