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>

_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to