0
can we use <iostream.h> instead of <iostream>?
because my textbook shows <iostream.h>
2 Respuestas
+ 1
<iostream.h> is C library(header file)
<iostream> is Cpp library
+ 1
old compiler like (turbo c++) can use <iostream.h>
bt in new compiler (dev c++) can't use