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

RE: header locations and things.



On Sun, 3 May 1998, Stephane Peter wrote:

> 
> On 03-May-98 Adrian Ratnapala wrote:
> > 
> > ISSUE 1:  HEADER LOCATIONS.
> > 
> 
> Hum, why not. After all, this is more of an installation issue (I mean when the
> user does a "make install" to install the libraries and headers). It's not
> really important to compile anything within the same subdirectories I think...

I am interested in it now because include files  include eachother,
and they will need to use the same #include directive as the user.

> 
> I'd rather say that we should use references whenever possible, and pointers
> elsewhere. After all, references are just some hidden pointers ;). If you want
> to make C++ programs, then do *clean* C++ :-)
> 
OK.