+ 1
why dont we write iostream.h? Isn't it a header file..?
3 odpowiedzi
+ 1
yes we use <iostream.h> to
+ 1
<iostream.h> or <iostream> you can use any of these both are correct but <iostream.h> is generally used for older version so it is advised to use <iostream> and if you want a detailed comparison visit : http://members.gamedev.net/sicrane/articles/iostream.html
0
but sometimes we use only iostream...?