You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by kiuma <ki...@usa.net> on 2001/06/05 12:39:33 UTC

Re: [Why were <> used instead of "" for include files?]

"Mitchell, Raymond" <Ra...@intuit.com> wrote:
> I was just wondering why the include directives in Xerces-C use the <>
> system path indicators instead of the "" user path indicators.
> 
> Thanks,
> Ray
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: xerces-c-dev-help@xml.apache.org
>

Because they are in a -I path not necessary correlated to the compile path.

i.e. if u r compiling foo.cpp u'll include "foo.h" and 4 example
"modules/foomod.h". But if u include a general purpose library .h file
u'll include that as <genlib.h>.

cya,

   /kiuma


____________________________________________________________________
Get free email and a permanent address at http://www.netaddress.com/?N=1

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org