Geoffrey Lee wrote:
> 
> 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.

It's the same thing.  gcc detects that you're doing c++ based on file
extension I believe

-- 

Steve Fox
http://k-lug.com

Reply via email to