0

with which compiler can I use iostream.h?

18th Jun 2016, 8:55 PM
Elif KuƟ
Elif KuƟ - avatar
4 Answers
0
I have codeblock and i am using iostram. It has built-in compiler if i am right
18th Jun 2016, 10:39 PM
Yousef Sayadi
Yousef Sayadi - avatar
0
use <iostream> library All C++ standard libdary headers do not end with .h iostream.h is C library header you can compile cpp file with gnu g++ or microsoft visual c++ compiler :)
18th Jun 2016, 11:20 PM
Emre Özdil
0
nowadays in most compilers it isn't necessary to write .h . But in turbo c++ it is necessary as its an old compiler
19th Jun 2016, 4:13 AM
Tanish Agarwal
Tanish Agarwal - avatar
0
thx
19th Jun 2016, 8:56 AM
Elif KuƟ
Elif KuƟ - avatar