0

guys i read in the book that <iostream.h> but in this it only use <iostream>. why??

10th Sep 2016, 4:24 PM
aniket singh
5 odpowiedzi
+ 1
you use <iostream.h> in turbo c++ app on code block app and in this you will use <iostream.h>
10th Sep 2016, 8:05 PM
Aklil Asregid
Aklil Asregid - avatar
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>.
10th Sep 2016, 4:52 PM
mukul joshi
0
.h is extension for header files and in latest compiling software , mentioning extension is not required
13th Sep 2016, 2:30 AM
Divyanshu Gupta
Divyanshu Gupta - avatar
- 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
10th Sep 2016, 4:35 PM
mehul jain
mehul jain - avatar
- 2
ok Godó answer
10th Sep 2016, 7:32 PM
Ronal Gonzales
Ronal Gonzales - avatar