compiler like gcc look for header files with brackets <> in standard paths like:
/user/include
/user/local/include
for other header files(#include"current.h") it look for in the current directory first & after that in standard path
No comments:
Post a Comment