On Fri, Nov 21, 2008 at 11:45 AM, Akash Jain <[EMAIL PROTECTED]> wrote:
> the header files included in "" are user defined..or we can say the
> customized ones..wheres in <> means they are prefined in the c++ library, and
> are used "as is" ,
> one more aspect of it is that, if you have two header files of the same name,
> one is user defined and other is system defined, then the user defined is
> taken in action
Headers in <> are typically searched for in the default include search
path. Headers in "" are searched for in default path AND any
additional paths provided to the compiler (-I parameter in gcc, for
instance).
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi