+ 1
iostream is the new way of including header file in c++11 standard while iostream.h was used in older versions. While using iostream you have to write using namespace std;
20th Jan 2017, 1:22 PM
Rishabh Agrawal
Rishabh Agrawal - avatar