Yes, this is a really lazy question but I figure this is problem that people have often enough that someone here would have something already written to share.
I have a ton ...
When you write #include "foo.h" I would expect the compiler to check the directory of the file doing the including (as opposed to the current directory) first, and if not found ...
when we use #include < stdio.h > in linux platform, the compiler will search the stdio.h in /usr/include. How to change the path of using #include<>?
thank you.
I asked the question because ...