[A86] C++ Question?
[Prev][Next][Index][Thread]
[A86] C++ Question?
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 cout
something, but when you #include <iostream.h>, you must use only cout to
cout something...
Is <iostream> the standardized version or something?? (std::)...
pLease answer my newbie question...
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
Follow-Ups: