Steve Fox <[EMAIL PROTECTED]> writes:

> Does anyone know why gcc b0rks when someone includes things in a C++ app
> like
> 
> include <header>
> 
> rather than
> 
> include <header.h>
> 
> ?
> 
> It must work with some versions of gcc as other people can compile it.

titi said: it's just two different include files.

with "string" you will end up with two different files for example:

/usr/include/string.h
/usr/include/g++-3/string

according to the spelling.


-- 
Guillaume Cottenceau -- Distribution Developer for MandrakeSoft
http://www.mandrakesoft.com/~gc/

Reply via email to