This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

iostream vs iostream.h


Hi,

I've just compiled and installed gcc 3.0.1.
When I compile any c++ code with

	#include <iostream>

instead of

	#include <iostream.h>

the compilation breaks saying that some functions are
undeclared (such as cout.) Have I broken something?
Thanks

p.s.  Please CC me since I'm not on the list.

-A.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]