0

why dont we use <iostream.h> instead of <iostram> in this applicatiin?

9th Jul 2016, 3:12 PM
JISHNU GN
JISHNU GN - avatar
2 odpowiedzi
+ 2
You can use it. When you use <iostream.h> the header will be compiled with the project files. If you use <iostream> project will link pre-compiled iostream header.
9th Jul 2016, 3:22 PM
Albert Gullbee
0
it is a hader file
9th Jul 2016, 3:19 PM
Shailendra Yadav
Shailendra Yadav - avatar