0
guys i read in the book that <iostream.h> but in this it only use <iostream>. why??
5 Answers
+ 1
you use <iostream.h> in turbo c++ app
on code block app and in this you will use <iostream.h>
0
.h means the header file.
Only use of <iostream> means that the compiler is new. In new conpiler we write <iostream> instead of <iostream.h>.
0
.h is extension for header files and in latest compiling software , mentioning extension is not required
- 2
In the books its written iostream.h not iostream.
.h means header file. If we dont write .h, we use using namespace std. this is accd to me.....may be its boolean true or false
- 2
ok GodĂł answer