freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: #include <xxx.h> ????


From: Werner LEMBERG
Subject: Re: #include <xxx.h> ????
Date: Wed, 28 Jun 2000 21:00:46 +0200 (CEST)

>  Is really need to include files from current directory by <xxx> and
> not by "xxx"?  In VisualC++ I cannot set include directory relative
> to current file (it is relative to project file which is imho better
> ...)  So why you local headers include by #include <xxx>? Is there a
> reason?

Using <xxx> instead of "xxx" makes it possible to e.g. use a different
set of files by just changing the -I compiler flags.

It seems that VisualC++ has a different paradigma how to organize
source files.


    Werner



reply via email to

[Prev in Thread] Current Thread [Next in Thread]