Hello All,
I new to this forum and C++. Searched a lot on the web, but could not find
help anywhere.
I have two directories under each of which, I have multiple .cpp files.
Each of the directories have a one .h include file that contains function declrations
for all the .cpp files under that directory. Now, some files under DIR_A call functions
that are declared and defined under the DIR_B. So, when I use make file to
compile the files, i get "function not declared error" for those functions that are called in
one folder but defined in the other.
I have make file for each of the two folders.
Any help regarding this will help me a lot.
Thanks,
bhargsy