Disruptive
Programmer
Hi
I have include files that are stored in the following way. How do I access them when reffering to them in the include file?
/main
make files
main/dir1
xyz.c
xyz.h
main/dir2
123.c
123.h
How do I refer to the xyz header file from the dir two directory? Any help would be most appreciated/. I am usinf Linux as a development tool and the g++ compiler.
I have include files that are stored in the following way. How do I access them when reffering to them in the include file?
/main
make files
main/dir1
xyz.c
xyz.h
main/dir2
123.c
123.h
How do I refer to the xyz header file from the dir two directory? Any help would be most appreciated/. I am usinf Linux as a development tool and the g++ compiler.