std
namespace, and the head file has changed to iostream
(without the .h).
|
|
|
|
std::cout
but instead, cout
|
|
cout<<
instead of std::cout
when using #include<iostream.h>
iostream.h
, even the compiler said:#include <iostream.h> (iostream.h no file) |