Re: Possible incompatibility of gcc-3.3.3 with <iostream>?

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

 



Hi Tobe,

<iostream> is not a C header file.  It is a C++ header file.

I would expect <iostream> to NOT work at all with a C compiler.

C being compiled with GCC's "gcc" front end.

C++ being compiled with GCC's "g++" front end.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux