Yo,


> 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.
>


Just curious but you use gcc  command to compile c++ app? I would tend  to use
the g++ command if I were you.

--
Geoff


Reply via email to