help-gplusplus
[Top][All Lists]
Advanced

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

Re: is <iostream.h> obsolete?


From: red floyd
Subject: Re: is <iostream.h> obsolete?
Date: Thu, 24 Aug 2006 15:28:22 GMT
User-agent: Thunderbird 1.5.0.5 (Windows/20060719)

xcrazy wrote:
Hi, i'm new to the gnu c++ compiler, all these days i used turbo :{
my question is when i try to compile my older c++ programs, it shows
that iostream.h header is obsolete, however i can compile using this:
g++ --Wno-deprecated <file.cpp>
but what header should i use instead of iostream??


#include <iostream>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]