Hi all,
I have defined a new librray and want to simple include it in my program. I use #include</my path/library.h> and it works very well.
but each time that I want to run my program in a new machine I have to change "mypath" manually. is a way that the program it self can find out the path? I mean a function maybe being used or what ever.
Thanks,