Friday, May 16, 2008

What is the difference between #include and #include “file”?

#include searches the file in the specified list of directories while,

#include"file" searches the file in the current working directory as wel as in the specified list of directories.

No comments:

Contributors