help-gplusplus
[Top][All Lists]
Advanced

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

Re: is <iostream.h> obsolete?


From: Paul Pluzhnikov
Subject: Re: is <iostream.h> obsolete?
Date: Thu, 24 Aug 2006 08:25:23 -0700
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

"xcrazy" <sharathg786@gmail.com> writes:

> but what header should i use instead of iostream??

Use '#include <iostream>' instead of '#include <iostream.h>'
You'll probably need to add 'using namespace std;' as well.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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