[A86] Re: C++ Question?
[Prev][Next][Index][Thread]
[A86] Re: C++ Question?
That is a good question. There is a big difference. Including iostream.=
h=20
is depracated. I dumps everything into the standard namespace. There is=
=20
an article about this, but I can't find it right now. It's bookmarked on=
=20
my computer at work, so I'll send it the next time I'm there.
> hey sorry this question is so out of subject...
> but i cant find any where else to ask...
>
> What is the difference between these:
>
> #include <iostream>
>
> and
>
> #include <iostream.h>
> ?????????????????????????
>
> I know that when you #include <iostream>, you must use std::cout to cou=
t
> something, but when you #include <iostream.h>, you must use only cout t=
o
> cout something...
> Is <iostream> the standardized version or something?? (std::)...
>
> pLease answer my newbie question...
References: