0
with which compiler can I use iostream.h?
4 Answers
0
I have codeblock and i am using iostram. It has built-in compiler if i am right
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 :)
0
nowadays in most compilers it isn't necessary to write .h . But in turbo c++ it is necessary as its an old compiler
0
thx