0
why dont we use <iostream.h> instead of <iostram> in this applicatiin?
2 ответов
+ 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.
0
it is a hader file